Navigation bar
  Start Previous page
 244 of 283 
Next page End 239 240 241 242 243 244 245 246 247 248 249  

235
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.  This implementation requires that it be an array of Byte.
See Also
Previous page Top Next page