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

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.
 

Detailed Description

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

Note
This is a read only class.

Member Function Documentation

◆ data()

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

Gets the binary data associated with the service.

Returns
The binary data.

◆ shortUuid()

uint16_t Systemic::BluetoothLE::ServiceData::shortUuid ( ) const

Gets the service short id (16 bits).

Returns
The service short id.

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