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

SimpleCharBase< T > Class Template Reference

SimpleCharBase< T > Class Template Reference

Class that we wrap in SimpleChar so we can just implement operators, without having to type the full type of U when using this code. More...

#include <SimpleBLE.h>

Inherited by SimpleCharInternal< T, U >.


Detailed Description

template<class T>
class SimpleCharBase< T >

Class that we wrap in SimpleChar so we can just implement operators, without having to type the full type of U when using this code.

Whenever we get 'auto' we can get rid of this.

Definition at line 75 of file SimpleBLE.h.