Previous topic

Unstructured Data Interface

Next topic

SDatasourceClass Structure

SDatasource Structure

speect object SDatasource

The data source structure.

Provides a generic interface to different data sources, where a data source can be anything that can be read from and/or written to. Integer I/O Functions and Floating Point I/O Functions are also provided for data source I/O.

SObject obj

Inherit from SObject.

s_byte_order byte_order

Byte order of the source.

size_t wr_last

Last write count (bytes).

size_t rd_last

Last read count (bytes).

size_t wr_total

Total write count (bytes).

size_t rd_total

Total read count (bytes).