|
FireSync API
|
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.
| system | System object. |
| size | Maximum total size of all data items in queue, in bytes. |