Navigation bar
  Start Previous page
 129 of 307 
Next page End  

ZBasic System Library
119
ZX Microcontroller Family
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