
- 253 -
FWVersion
Acquires the firmware version.
■ Syntax
[VB]
Public Shared ReadOnly Property FWVersion As String
[C#]
public static string FWVersion {get;}
■ Property
Firmware version
Default value
: null
■ Exceptions
Name of Exception Meaning
DeviceLoadException The NIC device is not ready.
[Ex.] Acquire the wireless F/W version.
[VB] Dim VerFW As String = RF.Settings.FWVersion
[C#] string VerFW = RF.Settings.FWVersion;
Comentarios a estos manuales