BAOS SDK  18.2.0
Public Member Functions | Public Attributes | List of all members
kdrive::baos::ServerItem Struct Reference

#include <ServerItem.h>

Public Member Functions

 ServerItem ()
 

Public Attributes

unsigned short id
 the datapoint value id More...
 
unsigned char serviceData
 the state / command, depends on the service More...
 
unsigned char length
 the length of the data More...
 
std::vector< unsigned char > data
 the data More...
 

Detailed Description

Examples:
BaosMultiThreaded.cpp.

Constructor & Destructor Documentation

ServerItem::ServerItem ( )

Member Data Documentation

std::vector<unsigned char> kdrive::baos::ServerItem::data

the data

Examples:
BaosMultiThreaded.cpp.
unsigned short kdrive::baos::ServerItem::id

the datapoint value id

unsigned char kdrive::baos::ServerItem::length

the length of the data

Examples:
BaosMultiThreaded.cpp.
unsigned char kdrive::baos::ServerItem::serviceData

the state / command, depends on the service


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