BluetoothStatusConnectionFriendlyName Property
|
Returns the friendly name of the Bluetooth® connection.
Namespace:
Zebra.Sdk.Comm
Assembly:
SdkApi_Desktop (in SdkApi_Desktop.dll) Version: 2.14.1989
Syntax public string FriendlyName { get; }
Public ReadOnly Property FriendlyName As String
Get
public:
property String^ FriendlyName {
String^ get ();
}
Property Value
Type:
StringRemarks
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