BluetoothStatusConnectionMACAddress Property
|
Returns the MAC address which was passed into the constructor.
Namespace: Zebra.Sdk.CommAssembly: SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 4.0.3435
Syntaxpublic string MACAddress { get; }Public ReadOnly Property MACAddress As String
Get
public:
property String^ MACAddress {
String^ get ();
}Property Value
String
Remarks
The MAC address is a hexadecimal string with separators between the octets (e.g. 00:11:BB:DD:55:FF).
See Also