60 bool xsRead(
int varID,
void * target,
int size);
71 bool xsWrite(
int varID,
void * source,
int size);
bool xsWrite(int varID, void *source, int size)
Writes variable from target buffer into variable structure.
bool xsWriteDB(int varID, DataBuffer *source)
Writes variable from target data buffer into variable structure.
bool xsVarExists(int varID)
Returns whether or not the specified variable exists.
Defines a DataBuffer structure.
bool xsLockConfig
Variable to lock or unlock writing of configuration variables.
DataBuffer reads and writes data into a buffer in the same format as defined in the data Java DataOut...
bool xsReadDB(int varID, DataBuffer *target)
Reads variable into target data buffer from variable structure.
bool xsRead(int varID, void *target, int size)
Reads variable into target buffer from variable structure.
Defines the variable ID format.