Start Back Next End
  
ZBasic System Library
153
ZBasic Microcontrollers
GetQueueSpace
Type
Function returning Integer
Invocation
GetQueueSpace(queue) 
Parameter
Method
Type
Description
queue
ByRef
array of Byte
The queue of interest.
Discussion
This function returns the number of bytes of space remaining in the specified queue, effectively the same
result as the expression GetQueueBufferSize() – GetQueueCount().  
Note that before any queue operations are performed, the queue data structure must be initialized.  See
the discussion of OpenQueue() for more details.
Compatibility
This function is not available in BasicX compatibility mode.
See Also
Previous page Top Next page