Dokit
Internal development documentation
Loading...
Searching...
No Matches
CalibrationService::CharacteristicUuids Struct Reference

Characteristics available via the Calibration service. More...

#include <calibrationservice.h>

Collaboration diagram for CalibrationService::CharacteristicUuids:
[legend]

Static Public Attributes

static const QBluetoothUuid temperature { QStringLiteral("0cd0f713-f5aa-4572-9e23-f8049f6bcaaa") }
 UUID of the Calibration service's Temperature characterstic.
 
static const QBluetoothUuid getParam { QStringLiteral("b6728f91-409c-4d6c-864e-272a6a7a0204") }
 
static const QBluetoothUuid setParam { QStringLiteral("5588e47b-cb81-4f7b-acc4-6029a3f39f72") }
 

Detailed Description

Characteristics available via the Calibration service.

Definition at line 31 of file calibrationservice.h.

Member Data Documentation

◆ getParam

const QBluetoothUuid CalibrationService::CharacteristicUuids::getParam { QStringLiteral("b6728f91-409c-4d6c-864e-272a6a7a0204") }
inlinestatic
Todo
UUID of the Calibration service's (undocumented) Get Parameter characterstic.

Definition at line 36 of file calibrationservice.h.

36{ QStringLiteral("b6728f91-409c-4d6c-864e-272a6a7a0204") };

Referenced by PokitDevice::charcteristicToString().

◆ setParam

const QBluetoothUuid CalibrationService::CharacteristicUuids::setParam { QStringLiteral("5588e47b-cb81-4f7b-acc4-6029a3f39f72") }
inlinestatic
Todo
UUID of the Calibration service's (undocumented) Set Parameter characterstic.

Definition at line 39 of file calibrationservice.h.

39{ QStringLiteral("5588e47b-cb81-4f7b-acc4-6029a3f39f72") };

Referenced by PokitDevice::charcteristicToString().

◆ temperature

const QBluetoothUuid CalibrationService::CharacteristicUuids::temperature { QStringLiteral("0cd0f713-f5aa-4572-9e23-f8049f6bcaaa") }
inlinestatic

UUID of the Calibration service's Temperature characterstic.

Definition at line 33 of file calibrationservice.h.

33{ QStringLiteral("0cd0f713-f5aa-4572-9e23-f8049f6bcaaa") };

Referenced by CalibrationService::calibrateTemperature(), CalibrationServicePrivate::characteristicWritten(), and PokitDevice::charcteristicToString().


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