AtomicBuffer |
Implements a thread-safe FIFO queue, which supports searching, slicing etc. It is based on a LinkedList, which means pop and push is pretty efficient. class AtomicBuffer<T> : Collection<T> |
UARTBTService |
The UART BT Service uses the DeviceBluetoothService and defined UART Characteristics to provide an UART-Like Interface to communicate with a device. Basically it needs 4 Characteristics: class UARTBTService : DeviceBluetoothServiceDelegate, UARTServiceInterface |