Dokit 0.5.3-pre
Internal development documentation
Loading...
Searching...
No Matches
DataLoggerService::CharacteristicUuids Struct Reference

Characteristics available via the DataLogger service. More...

#include <dataloggerservice.h>

Collaboration diagram for DataLoggerService::CharacteristicUuids:
[legend]

Static Public Attributes

static const QBluetoothUuid settings { QStringLiteral("5f97c62b-a83b-46c6-b9cd-cac59e130a78") }
 UUID of the DataLogger service's Settings characterstic.
 
static const QBluetoothUuid metadata { QStringLiteral("9acada2e-3936-430b-a8f7-da407d97ca6e") }
 UUID of the DataLogger service's Metadata characterstic.
 
static const QBluetoothUuid reading { QStringLiteral("3c669dab-fc86-411c-9498-4f9415049cc0") }
 UUID of the DataLogger service's Reading characterstic.
 

Detailed Description

Characteristics available via the DataLogger service.

Definition at line 31 of file dataloggerservice.h.

Member Data Documentation

◆ metadata

const QBluetoothUuid DataLoggerService::CharacteristicUuids::metadata { QStringLiteral("9acada2e-3936-430b-a8f7-da407d97ca6e") }
inlinestatic

◆ reading

const QBluetoothUuid DataLoggerService::CharacteristicUuids::reading { QStringLiteral("3c669dab-fc86-411c-9498-4f9415049cc0") }
inlinestatic

◆ settings

const QBluetoothUuid DataLoggerService::CharacteristicUuids::settings { QStringLiteral("5f97c62b-a83b-46c6-b9cd-cac59e130a78") }
inlinestatic

UUID of the DataLogger service's Settings characterstic.

Definition at line 33 of file dataloggerservice.h.

33{ QStringLiteral("5f97c62b-a83b-46c6-b9cd-cac59e130a78") };

Referenced by DataLoggerServicePrivate::characteristicChanged(), DataLoggerServicePrivate::characteristicRead(), DataLoggerServicePrivate::characteristicWritten(), PokitDevice::charcteristicToString(), and DataLoggerService::setSettings().


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