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

The structure describes the local GATT descriptor. More...

#include <wclBluetooth.h>

Public Attributes

unsigned short Uuid
 The descriptor's UUID.
 
wclGattProtectionLevel ReadProtectionLevel
 The read protection level of the descriptor.
 
wclGattProtectionLevel WriteProtectionLevel
 The write protection level of the descriptor.
 
unsigned char * Data
 The descriptor's data.
 
unsigned char Size
 The descriptor's data size.
 

Detailed Description

The structure describes the local GATT descriptor.