
- 271 -
APMAC
Acquires the MAC address of the currently linked AP.
■ Syntax
[VB]
Public Shared ReadOnly Property APMAC As String
[C#]
public static string APMAC {get;}
■ Property
MAC address
Default value
: null
■ Exceptions
Name of Exception Meaning
DeviceNotFoundException No NIC device was found.
DeviceLoadException The NIC device is not ready.
[Ex.] Acquire the MAC address of the currently linked AP.
[VB] Dim CurAPMacAddr As String = RF.Info.APMAC
[C#] int Channel = RF.Info.Channel;
Comentarios a estos manuales