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

Data Structures

Data Structures

Here are the data structures with brief descriptions:
SimpleChar< T >This is what the user gets back
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
SimpleCharInternal< T, U >Actual implementation of the char T is the underlying type, U is the GattCharacteristic it's wrapping
UpdatableClass so we can call onDataWritten on any SimpleCharInternal regardless of <T,U>