C++ Pixels Library For Windows
Enable communications with Pixels dice using Bluetooth Low Energy.
|
Definition of the Peripheral class. More...
#include "BleTypes.h"
Go to the source code of this file.
Classes | |
class | Systemic::BluetoothLE::Peripheral |
Represents 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 class | Systemic::BluetoothLE::ConnectionEvent { Systemic::BluetoothLE::Connecting , Systemic::BluetoothLE::Connected , Systemic::BluetoothLE::FailedToConnect , Systemic::BluetoothLE::Ready , Systemic::BluetoothLE::Disconnecting , Systemic::BluetoothLE::Disconnected } |
Peripheral connection events. More... | |
enum class | Systemic::BluetoothLE::ConnectionEventReason { Systemic::BluetoothLE::Unknown = -1 , Systemic::BluetoothLE::Success = 0 , Systemic::BluetoothLE::Canceled , Systemic::BluetoothLE::NotSupported , Systemic::BluetoothLE::Timeout , Systemic::BluetoothLE::LinkLoss , Systemic::BluetoothLE::AdpaterOff , Systemic::BluetoothLE::Peripheral } |
Peripheral connection event reasons. More... | |
Definition of the Peripheral class.