![]() ZBasic System Library
151
ZBasic Microcontrollers
Type
Function returning Integer
Invocation
GetQueueBufferSize(queue)
Parameter
Method
Type
Description
queue
ByRef
array of Byte
The queue of interest.
Discussion
This function returns the number of bytes of data space in a queue that has been properly initialized using
OpenQueue(). Note that the data space in a queue is somewhat less than the number of bytes in the
byte array comprising the queue due to space required for queue management information. See
OpenQueue() for more details.
Compatibility
BasicX allows any type for the first parameter. The ZBasic implementation requires that it be an array of
Byte.
See Also
|