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

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.
 

Detailed Description

Stores an advertisement packet data type and it's associated binary data.

Note
This is a read only class.

Member Function Documentation

◆ data()

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

Gets this advertisement packet binary data.

Returns
The advertisement packet binary data.

◆ dataType()

uint8_t Systemic::BluetoothLE::AdvertisementData::dataType ( ) const

Gets this advertisement packet data type.

Returns
The advertisement packet data type.

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