Transformer SDK For C  7.1.9.29929-d422075
_ds_data Struct Reference

A data update object. More...

Data Fields

unsigned short count
 
ds_field_tfields
 
unsigned short flags
 
unsigned short seq
 
char * subject
 
unsigned short type
 

Detailed Description

A data update object.

Note
Unless you are writing a DataSource sink application, then this object is usually regarded as being opaque
Examples:
demo-calcvalue.c, demo-delete.c, demo-modify.c, demo-spread.c, demo-userdata.c, and demo-userdata2.c.

Field Documentation

unsigned short _ds_data::count

Number of fields.

Examples:
demo-userdata.c, and demo-userdata2.c.
ds_field_t* _ds_data::fields

Fields array

unsigned short _ds_data::flags

Update flags, passed to ds_init_data()

Examples:
demo-delete.c.
unsigned short _ds_data::seq

Sequence number, set automatically.

char* _ds_data::subject
unsigned short _ds_data::type

Update type, passed to ds_init_data()


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

Generated on Mon Jul 20 2020 19:17:22 for Transformer SDK For C