
- 254 -
HWVersion
Acquires the hardware version.
■ Syntax
[VB]
Public Shared ReadOnly Property HWVersion As String
[C#]
public static string HWVersion {get;}
■ Property
Hardware version
Default value
: null
■ Exceptions
Name of Exception Meaning
DeviceLoadException The NIC device is not ready.
[Ex.] Acquire the wireless H/W version.
[VB] Dim VerHW As String = RF.Settings.HWVersion
[C#] string VerHW = RF.Settings.HWVersion;
Comentários a estes Manuais