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 | companyId () const |
Gets the company id. | |
const std::vector< uint8_t > & | data () const |
Gets the binary data associated with the company id. | |
Stores a company id and it's associated binary data.
uint16_t Systemic::BluetoothLE::ManufacturerData::companyId | ( | ) | const |
Gets the company id.
const std::vector< uint8_t > & Systemic::BluetoothLE::ManufacturerData::data | ( | ) | const |
Gets the binary data associated with the company id.