Returns the MAC address which was passed into the constructor. The MAC address is a hexadecimal string with no separators between the octets. (e.g. 0011BBDD55FF)

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

Syntax

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

Return Value

The MAC address for this Bluetooth(R) connection.

See Also