FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kSystem_SetDataQueueSize ( kSystem  system,
kSize  size 
)

Sets the maximum amount of data retained by the data queue.

This function controls the maximum amount of data that can be locally enqueued for delivery through the kSystem_ReceiveData function.

Is it safe to call this function at any time, including during acquisition. Excess messages will be dropped from the queue, if needed.

This method is thread-safe.

Parameters
systemSystem object.
sizeMaximum total size of all data items in queue, in bytes.
Returns
Operation status.