Studer Innotec Xtender Serial Communication C Library  1.5.0
 All Data Structures Files Functions Variables Enumerations Enumerator Macros Pages
scom_property_t Struct Reference

structure to manipulate a property with the serial protocol More...

#include <scom_property.h>

Data Fields

scom_frame_tframe
 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
 

Detailed Description

structure to manipulate a property with the serial protocol


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