Enumeration: Queue Status - v3.0
This enumeration defines the possible states of the Queue after performing an operation.
Each state has an associated integer value that is used to identify the result of the operation performed on the Queue.
| Name | Type | Value | Description |
|---|---|---|---|
QUEUE_STATUS_0000_DONE | Int | 0x0000 | Queue: 0x0000 - Done |
QUEUE_STATUS_8002_DATA_IS_NOT_ARRAY | Int | 0x8002 | Queue: 0x8002 - Error - Data array is not an array |
QUEUE_STATUS_8003_DATA_IS_NOT_VALID_ARRAY | Int | 0x8003 | Queue: 0x8003 - Error - Data array is not a valid array |
QUEUE_STATUS_8005_DATA_ARRAY_LESS_THAN_TWO | Int | 0x8005 | Queue: 0x8005 - Error - Data array has less than two elements |
QUEUE_STATUS_8010_IS_EMPTY | Int | 0x8010 | Queue: 0x8010 - Error - Queue is empty |
QUEUE_STATUS_8011_IS_FULL | Int | 0x8011 | Queue: 0x8011 - Error - Queue is full |
QUEUE_STATUS_8020_ERROR_MOVE_BUFFER_TO_DATA | Int | 0x8020 | Queue: 0x8020 - Error - Move buffer to data |
QUEUE_STATUS_8021_ERROR_MOVE_DATA_TO_BUFFER | Int | 0x8021 | Queue: 0x8021 - Error - Move data to buffer |
QUEUE_STATUS_8FFF_UNKNOWN_METHOD | Int | 0x8FFF | Queue: 0x8FFF - Error - Unknown method |