Transformer SDK For C  7.1.1.311110
Creating Data Objects

Data Structures

struct  _ds_data
 A data update object. More...
 
struct  _ds_field
 A field within a data update. More...
 

Macros

#define DS_FIELDS_SEPARATOR
 Defines the separator between multiple type 2/type 3 or permission row updates within a single packet. More...
 

Detailed Description

This is the basic API for creating data objects to be sent to other DataSource peers. Typically ds_init_data() will be used to create the object, then any number of the add functions used to add field, value pairs to the object. There are various functions allowing different data types to be added.

See also
Sending Data Objects to Peers
Data Object Flags
Data Object Types

Macro Definition Documentation

#define DS_FIELDS_SEPARATOR

Defines the separator between multiple type 2/type 3 or permission row updates within a single packet.


Generated on Fri Mar 23 2018 18:29:22 for Transformer SDK For C