Library that exposes BLE characteristics as ordinary variables.

Dependents:   SimpleBLE-Example-mbed-os-5 SimpleBLE-Example ObCP_ENSMM_Test SimpleBLE-ObCP_ENSMM_V2019_Test_BLE

Embed: (wiki syntax)

« Back to documentation index

SimpleCharInternal< T, U > Class Template Reference

SimpleCharInternal< T, U > Class Template Reference

Actual implementation of the char T is the underlying type, U is the GattCharacteristic it's wrapping. More...

#include <SimpleBLE.h>

Inherits Updatable, and SimpleCharBase< T >.


Detailed Description

template<class T, template< typename T2 > class U>
class SimpleCharInternal< T, U >

Actual implementation of the char T is the underlying type, U is the GattCharacteristic it's wrapping.

Definition at line 86 of file SimpleBLE.h.