
ZCOM Tables and Data Structures
Message Header
MSTYPE - Message type
This field contains the message type. If bit 3 of the message type is set (ZCOM_MSTYPE_REMOTE (0x08)), then the message is remote. Notice that the remote message type maps onto the message type for a local terminal.
Table | Message Type MSTYPE | ||
|
|
| |
ZCOM_MSTYPE_REMOTE | 0X08 | Mask for remote message bit | |
|
|
|
|
|
| 0 | Undefined, reason in IERR |
|
|
| |
ZCOM_MSTYPE_MSLT | 1 | Message from local terminal | |
|
|
| |
ZCOM_MSTYPE_LPLP | 2 | Msg from local program to program | |
|
|
| |
ZCOM_MSTYPE_TDLZ | 3 | Timeout from local ZLU | |
|
|
| |
ZCOM_MSTYPE_LPLT | 4 | Msg from local program to a terminal | |
|
|
| |
ZCOM_MSTYPE_LSEM | 5 | Local system event message | |
|
|
| |
ZCOM_MSTYPE_RSLT | 6 | Response message from local terminal | |
|
|
| |
ZCOM_MSTYPE_RSLP | 7 | Response message from local program | |
|
|
|
|
|
| 8 | Not defined |
|
|
| |
ZCOM_MSTYPE_MSRT | 9 | Message from remote terminal | |
|
|
| |
ZCOM_MSTYPE_RPLP | 10 | Message from remote program to a program | |
|
|
| |
ZCOM_MSTYPE_TORZ | 11 | Timeout from remote ZLU | |
|
|
| |
ZCOM_MSTYPE_RPLT | 12 | Message from remote program to a terminal | |
|
|
| |
ZCOM_MSTYPE_RSEM | 13 | Remote system event message | |
|
|
| |
ZCOM_MSTYPE_RSRT | 14 | Response msg from remote terminal | |
|
|
| |
ZCOM_MSTYPE_RSRP | 15 | Response msg from remote program | |
|
|
|
|
114 | Chapter 3 |