mbed-x / SimpleBLE-mbed-os-5

Dependents:   SimpleBLE-Example-mbedos5

Fork of SimpleBLE by mbed-x

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 87 of file SimpleBLE.h.