BluetoothStatusConnectionToString Method
|
Returns Bluetooth_STATUS:[MAC Address]:[Friendly Name].
Namespace:
Zebra.Sdk.Comm
Assembly:
SdkApi_Desktop (in SdkApi_Desktop.dll) Version: 2.13.898
Syntaxpublic override string ToString()
Public Overrides Function ToString As String
public:
virtual String^ ToString() override
Return Value
Type:
StringBluetooth_STATUS:[MAC Address]:[Friendly Name].
Implements
ConnectionToString
Remarks
The friendly name is obtained from the device when this connection is opened. If the friendly name changes on the
device, it will not be refreshed until the connection is closed and reopened.
ToString
See Also