Bluetooth Framework C++ Edition

◆ GetClients()

CwclGattServerClient * GetClients ( const size_t  Index) const

Gets the subscribed client by its index.

Parameters
IndexThe client's index. The Index parameter must be in range between 0 and Count - 1. If the Index is out of range the wclEInvalidArgument exception raises.
Returns
The CwclGattServerClient object.
See also
CwclGattServerClient
Exceptions
wclEInvalidArgument