Returns the friendly name of the Bluetooth(R) connection. The friendly name is obtained from the printer when this connection is opened. If the friendly name changes on the printer, it will not be refreshed until the connection is closed and reopened.

Namespace:  ZSDK_API.Comm
Assembly:  ZSDK_API (in ZSDK_API.dll) Version: 1.1.123.0

Syntax

C#
public string GetFriendlyName()
Visual Basic (Declaration)
Public Function GetFriendlyName As String

Return Value

The friendly name.

Exceptions

ExceptionCondition
ZSDK_API.ApiException..::.ZebraPrinterConnectionExceptionIf an I/O error occurs.
ZSDK_API.ApiException..::.ZebraGeneralExceptionIf the friendly name could not be obtained.

See Also