Specifications

- 252 -
Version
Acquires the driver version.
Syntax
[VB]
Public Shared ReadOnly Property Version As String
[C#]
public static string Version {get;}
Property
Driver version
Default value
: null
Exceptions
Name of Exception Meaning
DeviceLoadException The NIC device is not ready.
[Ex.] Acquire the wireless driver version.
[VB] Dim VerDriver As String = RF.Settings.Version
[C#] string VerDriver = RF.Settings.Version;