BAOS SDK v2  1.0.1
An SDK providing access to IP-BAOS devices through BAOS binary protocol version 2.x
DeviceMeta Struct Reference

Meta information about a device group, which is required be the device class. More...

#include <baos/device/BaosDevicesMeta.h>

Public Types

using UPtr = std::unique_ptr< DeviceMeta >
 An alias for an unique pointer to this class.
 

Public Attributes

std::string name
 The name of the devices targeted with this metainformation block.
 
std::uint16_t maxServerItemId {0}
 The maximum amount if serveritems in this devices.
 
std::uint16_t maxParameterBytes {0}
 The maximum of parameter bytes in this devices.
 
std::uint16_t maxDatapoints {0}
 The maximum of datapoints in this deivces.
 

Detailed Description

Meta information about a device group, which is required be the device class.


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