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

Characteristics available via the Device Info service. More...

#include <deviceinfoservice.h>

Collaboration diagram for DeviceInfoService::CharacteristicUuids:
[legend]

Static Public Attributes

static const QBluetoothUuid manufacturerName { QBluetoothUuid::CharacteristicType::ManufacturerNameString }
 UUID of the Device Info service's Manufacturer Name String characterstic.
 
static const QBluetoothUuid modelNumber { QBluetoothUuid::CharacteristicType::ModelNumberString }
 UUID of the Device Info service's Model Number String characterstic.
 
static const QBluetoothUuid firmwareRevision { QBluetoothUuid::CharacteristicType::FirmwareRevisionString }
 UUID of the Device Info service's Firmware Revision String characterstic.
 
static const QBluetoothUuid hardwareRevision { QBluetoothUuid::CharacteristicType::HardwareRevisionString }
 UUID of the Device Info service's Hardware Revision String characterstic.
 
static const QBluetoothUuid softwareRevision { QBluetoothUuid::CharacteristicType::SoftwareRevisionString }
 UUID of the Device Info service's Software Revision String characterstic.
 
static const QBluetoothUuid serialNumber { QBluetoothUuid::CharacteristicType::SerialNumberString }
 UUID of the Device Info service's Serial Number String characterstic.
 

Detailed Description

Characteristics available via the Device Info service.

Definition at line 32 of file deviceinfoservice.h.

Member Data Documentation

◆ firmwareRevision

const QBluetoothUuid DeviceInfoService::CharacteristicUuids::firmwareRevision { QBluetoothUuid::CharacteristicType::FirmwareRevisionString }
inlinestatic

UUID of the Device Info service's Firmware Revision String characterstic.

Definition at line 42 of file deviceinfoservice.h.

43{ QBluetoothUuid::CharacteristicType::FirmwareRevisionString };

Referenced by DeviceInfoServicePrivate::characteristicRead(), PokitDevice::charcteristicToString(), DeviceInfoService::firmwareRevision(), and DeviceInfoService::readFirmwareRevisionCharacteristic().

◆ hardwareRevision

const QBluetoothUuid DeviceInfoService::CharacteristicUuids::hardwareRevision { QBluetoothUuid::CharacteristicType::HardwareRevisionString }
inlinestatic

UUID of the Device Info service's Hardware Revision String characterstic.

Definition at line 46 of file deviceinfoservice.h.

47{ QBluetoothUuid::CharacteristicType::HardwareRevisionString };

Referenced by DeviceInfoServicePrivate::characteristicRead(), PokitDevice::charcteristicToString(), DeviceInfoService::hardwareRevision(), and DeviceInfoService::readHardwareRevisionCharacteristic().

◆ manufacturerName

const QBluetoothUuid DeviceInfoService::CharacteristicUuids::manufacturerName { QBluetoothUuid::CharacteristicType::ManufacturerNameString }
inlinestatic

UUID of the Device Info service's Manufacturer Name String characterstic.

Definition at line 34 of file deviceinfoservice.h.

35{ QBluetoothUuid::CharacteristicType::ManufacturerNameString };

Referenced by DeviceInfoServicePrivate::characteristicRead(), PokitDevice::charcteristicToString(), DeviceInfoService::manufacturer(), and DeviceInfoService::readManufacturerCharacteristics().

◆ modelNumber

const QBluetoothUuid DeviceInfoService::CharacteristicUuids::modelNumber { QBluetoothUuid::CharacteristicType::ModelNumberString }
inlinestatic

UUID of the Device Info service's Model Number String characterstic.

Definition at line 38 of file deviceinfoservice.h.

39{ QBluetoothUuid::CharacteristicType::ModelNumberString };

Referenced by DeviceInfoServicePrivate::characteristicRead(), PokitDevice::charcteristicToString(), DeviceInfoService::modelNumber(), and DeviceInfoService::readModelNumberCharacteristic().

◆ serialNumber

const QBluetoothUuid DeviceInfoService::CharacteristicUuids::serialNumber { QBluetoothUuid::CharacteristicType::SerialNumberString }
inlinestatic

UUID of the Device Info service's Serial Number String characterstic.

Definition at line 54 of file deviceinfoservice.h.

55{ QBluetoothUuid::CharacteristicType::SerialNumberString };

Referenced by DeviceInfoServicePrivate::characteristicRead(), PokitDevice::charcteristicToString(), DeviceInfoService::readCharacteristics(), DeviceInfoService::readSerialNumberCharacteristic(), and DeviceInfoService::serialNumber().

◆ softwareRevision

const QBluetoothUuid DeviceInfoService::CharacteristicUuids::softwareRevision { QBluetoothUuid::CharacteristicType::SoftwareRevisionString }
inlinestatic

UUID of the Device Info service's Software Revision String characterstic.

Definition at line 50 of file deviceinfoservice.h.

51{ QBluetoothUuid::CharacteristicType::SoftwareRevisionString };

Referenced by DeviceInfoServicePrivate::characteristicRead(), PokitDevice::charcteristicToString(), DeviceInfoService::readSoftwareRevisionCharacteristic(), and DeviceInfoService::softwareRevision().


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