Pixels Plugin for Unity
Enable communications with Pixels dice using Bluetooth Low Energy.
|
Stores a company id and it's associated binary data. More...
#include <ScannedPeripheral.h>
Public Member Functions | |
uint16_t | shortUuid () const |
Gets the service short id (16 bits). | |
const std::vector< uint8_t > & | data () const |
Gets the binary data associated with the service. | |
Stores a company id and it's associated binary data.
const std::vector< uint8_t > & Systemic::BluetoothLE::ServiceData::data | ( | ) | const |
Gets the binary data associated with the service.
uint16_t Systemic::BluetoothLE::ServiceData::shortUuid | ( | ) | const |
Gets the service short id (16 bits).