Bluetooth Framework C++ Edition

◆ GetClients()

CwclGattServerClient * GetClients ( const size_t  Index) const

Gets the GATT server client by its index.

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