Bluetooth Framework C++ Edition

◆ CwclGattServerClient()

CwclGattServerClient ( const __int64  Address,
CwclGattServerConnection *const  Connection 
)

Creates new client object.

Parameters
AddressThe client's address. If the Address is 0 the wclEInvalidArgument raises.
ConnectionThe CwclGattServerConnection object that owns the client. If the Connection is nil the wclEInvalidArgument exception raises.

An application must not create the objects of this class directly.

See also
CwclGattServerConnection
Exceptions
wclEInvalidArgument