Direct-BT
2.3.1
Direct-BT - Direct Bluetooth Programming.
|
Device Information is a GATT service. More...
#include <GattNumbers.hpp>
Public Member Functions | |
GattDeviceInformationSvc (const POctets &systemID_, const std::string &modelNumber_, const std::string &serialNumber_, const std::string &firmwareRevision_, const std::string &hardwareRevision_, const std::string &softwareRevision_, const std::string &manufacturer_, const POctets ®ulatoryCertDataList_, const std::shared_ptr< GattPnP_ID > &pnpID_) noexcept | |
std::string | toString () const noexcept |
Public Attributes | |
const POctets | systemID |
Optional. More... | |
const std::string | modelNumber |
Optional. More... | |
const std::string | serialNumber |
Optional. More... | |
const std::string | firmwareRevision |
Optional. More... | |
const std::string | hardwareRevision |
Optional. More... | |
const std::string | softwareRevision |
Optional. More... | |
const std::string | manufacturer |
Optional. More... | |
const POctets | regulatoryCertDataList |
Optional. More... | |
const std::shared_ptr< GattPnP_ID > | pnpID |
Optional. More... | |
Device Information is a GATT service.
https://www.bluetooth.com/wp-content/uploads/Sitecore-Media-Library/Gatt/Xml/Services/org.bluetooth.service.device_information.xml
Definition at line 315 of file GattNumbers.hpp.
|
inlinenoexcept |
Definition at line 336 of file GattNumbers.hpp.
|
noexcept |
Definition at line 407 of file GATTNumbers.cpp.
const std::string direct_bt::GattDeviceInformationSvc::firmwareRevision |
Optional.
Definition at line 324 of file GattNumbers.hpp.
const std::string direct_bt::GattDeviceInformationSvc::hardwareRevision |
Optional.
Definition at line 326 of file GattNumbers.hpp.
const std::string direct_bt::GattDeviceInformationSvc::manufacturer |
Optional.
Definition at line 330 of file GattNumbers.hpp.
const std::string direct_bt::GattDeviceInformationSvc::modelNumber |
Optional.
Definition at line 320 of file GattNumbers.hpp.
const std::shared_ptr<GattPnP_ID> direct_bt::GattDeviceInformationSvc::pnpID |
Optional.
Definition at line 334 of file GattNumbers.hpp.
const POctets direct_bt::GattDeviceInformationSvc::regulatoryCertDataList |
Optional.
Definition at line 332 of file GattNumbers.hpp.
const std::string direct_bt::GattDeviceInformationSvc::serialNumber |
Optional.
Definition at line 322 of file GattNumbers.hpp.
const std::string direct_bt::GattDeviceInformationSvc::softwareRevision |
Optional.
Definition at line 328 of file GattNumbers.hpp.
const POctets direct_bt::GattDeviceInformationSvc::systemID |
Optional.
Definition at line 318 of file GattNumbers.hpp.