Click or drag to resize

MultichannelBluetoothConnectionToString Method

Returns Bluetooth_MULTI:[MAC Address]:[Friendly Name].

Namespace:  Zebra.Sdk.Comm
Assembly:  SdkApi_Desktop (in SdkApi_Desktop.dll) Version: 2.14.1869
Syntax
public override string ToString()

Return Value

Type: String
Bluetooth_MULTI:[MAC Address]:[Friendly Name].
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.
See Also