Specifications

- 255 -
MACAddress
Acquires the MAC address.
Syntax
[VB]
Public Shared ReadOnly Property MACAddress As String
[C#]
public static string MACAddress {get;}
Property
MAC address
Default value
: null
Exceptions
Name of Exception Meaning
DeviceLoadException The NIC device is not ready.
[Ex.] Acquire the MAC address.
[VB] Dim MacAddr As String = RF.Settings.MACAddress
[C#] string MacAddr = RF.Settings.MACAddress;