Gocator API

◆ GoSystem_SetDataCapacity()

kStatus GoSystem_SetDataCapacity ( GoSystem  system,
kSize  capacity 
)

Sets the maximum amount of memory that can be used to buffer received data messages.

Received data messages are enqueued until they are accepted by the caller. This function determines the maximum size, in bytes, of enqueued messages. The default maximum size is 50 MB.

Version
Introduced in firmware 4.0.10.27
Parameters
systemGoSystem object.
capacityData queue capacity, in bytes.
Returns
Operation status.
See also
GoSystem_DataCapacity