C++ Pixels Library For Windows
Enable communications with Pixels dice using Bluetooth Low Energy.
|
Definition of the Characteristic class. More...
#include <type_traits>
Go to the source code of this file.
Classes | |
class | Systemic::BluetoothLE::Characteristic |
Represents a service's characteristic of a Bluetooth Low Energy (BLE) peripheral. More... | |
Namespaces | |
namespace | Systemic::BluetoothLE |
A collection of C++ classes that provides a simplified access to Bluetooth Low Energy peripherals. | |
Enumerations | |
enum | Systemic::BluetoothLE::CharacteristicProperties { None = 0 , Systemic::BluetoothLE::Broadcast = 0x001 , Systemic::BluetoothLE::Read = 0x002 , Systemic::BluetoothLE::WriteWithoutResponse = 0x004 , Systemic::BluetoothLE::Write = 0x008 , Systemic::BluetoothLE::Notify = 0x010 , Systemic::BluetoothLE::Indicate = 0x020 , Systemic::BluetoothLE::SignedWrite = 0x040 , Systemic::BluetoothLE::ExtendedProperties = 0x080 , Systemic::BluetoothLE::NotifyEncryptionRequired = 0x100 , Systemic::BluetoothLE::IndicateEncryptionRequired = 0x200 } |
Standard BLE values for characteristic properties, those are flags that can be combined. More... | |
Definition of the Characteristic class.