IPWorks Bluetooth 2020 C++ Edition

Questions / Feedback?

ServiceAddress Property

The Bluetooth address of the service.

Syntax

ANSI (Cross Platform)
char* GetServiceAddress();
int SetServiceAddress(const char* lpszServiceAddress); Unicode (Windows) LPWSTR GetServiceAddress();
INT SetServiceAddress(LPCWSTR lpszServiceAddress);
#define PID_BTINFO_SERVICEADDRESS 20

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

Default Value

""

Remarks

This property specifies the Bluetooth address of the service specified by ServiceIndex. For instance "00:02:72:C6:64:B7".

This property is 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]