ServerId Property

Platform-specific string identifying the currently connected server.

Syntax

ANSI (Cross Platform)
char* GetServerId();

Unicode (Windows)
LPWSTR GetServerId();
#define PID_BLECLIENT_SERVERID 23

IPWORKSBLE_EXTERNAL void* IPWORKSBLE_CALL IPWorksBLE_BLEClient_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

When the class is connected to a server, this property contains the platform-specific server identification string.

Note that this value is not guaranteed to be the same at any point in time for a specific server device.

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

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks BLE 2020 C++ Edition - Version 20.0 [Build 8158]