BluetoothConnectionFriendlyName Property
|
Gets the friendly name of the Bluetooth® connection. 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.
Namespace:
Zebra.Sdk.Comm
Assemblies:
SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 2.15.2634
ZebraPrinterSdk (in ZebraPrinterSdk.dll) Version: 2.15.2521
ZebraPrinterSdk (in ZebraPrinterSdk.dll) Version: 2.15.2521
Syntax public string FriendlyName { get; }
Public ReadOnly Property FriendlyName As String
Get
public:
property String^ FriendlyName {
String^ get ();
}
Property Value
Type:
StringSee Also