Studer Innotec Xtender Serial Communication C Library
1.5.0
|
structure to manipulate a property with the serial protocol More...
#include <scom_property.h>
Data Fields | |
scom_frame_t * | frame |
frame in which the operation are performed | |
scom_object_type_t | object_type |
type (info, param, ...) of the object manipulated | |
uint32_t | object_id |
identifier of the object in is type | |
uint16_t | property_id |
identifier of the property we want to access for this particular object | |
size_t | value_length |
length of the data (4 for INT32, ...) | |
char * | value_buffer |
pointer with the begining of the value | |
size_t | value_buffer_size |
maximum size that value_length can take | |
structure to manipulate a property with the serial protocol