Pixels Plugin for Unity
Enable communications with Pixels dice using Bluetooth Low Energy.
|
Stores an advertisement packet data type and it's associated binary data. More...
#include <ScannedPeripheral.h>
Public Member Functions | |
uint8_t | dataType () const |
Gets this advertisement packet data type. | |
const std::vector< uint8_t > & | data () const |
Gets this advertisement packet binary data. | |
Stores an advertisement packet data type and it's associated binary data.
const std::vector< uint8_t > & Systemic::BluetoothLE::AdvertisementData::data | ( | ) | const |
Gets this advertisement packet binary data.
uint8_t Systemic::BluetoothLE::AdvertisementData::dataType | ( | ) | const |
Gets this advertisement packet data type.