Bluetooth Framework C++ Edition
Public Attributes | List of all members
wclGattClientCharacteristicConfiguration Struct Reference

The structure describes the different client characteristic configuration members. More...

#include <wclBluetooth.h>

Public Attributes

bool IsSubscribeToNotification
 Whether the characteristic has been registered with the device to receive Handle Value Notifications. True if the characteristic has been registered. Otherwise, False.
 
bool IsSubscribeToIndication
 Whether the characteristic has been registered with the device to receive Handle Value Indications. true if the characteristic has been registered. Otherwise, False.
 

Detailed Description

The structure describes the different client characteristic configuration members.