DataSource for C SDK  7.1.5.312018
_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

Field Documentation

unsigned short _ds_data::count

Number of fields.

ds_field_t* _ds_data::fields

Fields array

unsigned short _ds_data::flags

Update flags, passed to ds_init_data()

unsigned short _ds_data::seq

Sequence number, set automatically.

char* _ds_data::subject

Name of the object

unsigned short _ds_data::type

Update type, passed to ds_init_data()


Generated on Sun Oct 21 2018 12:23:28 for DataSource for C SDK