BLUETOOTH_ADDRESS_STRUCT struttura (bluetoothapis.h)
La struttura BLUETOOTH_ADDRESS fornisce l'indirizzo di un dispositivo Bluetooth.
Sintassi
typedef struct _BLUETOOTH_ADDRESS {
union {
BTH_ADDR ullLong;
BYTE rgBytes[6];
};
} BLUETOOTH_ADDRESS_STRUCT;
Members
ullLong
Indirizzo di un dispositivo Bluetooth.
rgBytes[6]
Indirizzo di un dispositivo Bluetooth, espresso come matrice di byte.
Requisiti
Client minimo supportato | Windows Vista, Windows XP con SP2 [solo app desktop] |
Server minimo supportato | Nessuno supportato |
Intestazione | bluetoothapis.h (includere Bthsdpdef.h, BluetoothAPIs.h) |