Pixels Plugin for Unity
Enable communications with Pixels dice using Bluetooth Low Energy.
Loading...
Searching...
No Matches
Systemic::BluetoothLE::ManufacturerData Class Reference

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.
 

Detailed Description

Stores a company id and it's associated binary data.

Note
This is a read only class.

Member Function Documentation

◆ companyId()

uint16_t Systemic::BluetoothLE::ManufacturerData::companyId ( ) const

Gets the company id.

Returns
The company id.

◆ data()

const std::vector< uint8_t > & Systemic::BluetoothLE::ManufacturerData::data ( ) const

Gets the binary data associated with the company id.

Returns
The binary data.

The documentation for this class was generated from the following file: