IPWorks Bluetooth 2020 C++ Edition

Questions / Feedback?

DeviceAddress Property

The Bluetooth address of the device identified by DeviceIndex.

Syntax

ANSI (Cross Platform)
char* GetDeviceAddress();

Unicode (Windows)
LPWSTR GetDeviceAddress();
#define PID_BTINFO_DEVICEADDRESS 1

IPWORKSBT_EXTERNAL void* IPWORKSBT_CALL IPWorksBT_BTInfo_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

This property contains the Bluetooth address of the device identified by DeviceIndex. For example "20:C9:D0:94:3E:46".

This property is read-only and not available at design time.

Data Type

String

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks Bluetooth 2020 C++ Edition - Version 20.0 [Build 7941]