System.Bluetooth.TBluetoothMacAddress

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TBluetoothMacAddress = UnicodeString;

C++

typedef System::UnicodeString TBluetoothMacAddress;

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth System.Bluetooth

Description

Hardware address of a local adapter or a remote device.

For example: "00:11:22:DD:EE:FF".

See Also