Start Back Next End
  
ZBasic System Library
309
ZBasic Microcontrollers
StatusQueue
Type
Function returning Boolean
Invocation
StatusQueue(queue) 
Parameter
Method
Type
Description
queue
ByRef
array of Byte
The queue of interest.
Discussion
This function returns True if there data bytes in the queue, otherwise False.
Note that before any queue operations are performed, the queue data structure must be initialized.  See
the discussion of 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
Previous page Top Next page