State identifiers.
STATE_UNNAMED | State identifier: the mailbox has not yet been initialised |
STATE_EXTR_NAME | State identifier: the mailbox is reading its name |
STATE_WAITING | State identifier: the mailbox is idle |
STATE_EXTR_DEST | State identifier: the mailbox is receiving the destination for an incoming message |
STATE_EXTR_LEN1 | State identifier: the mailbox is receiving the low-order byte of the length word for an incoming message |
STATE_EXTR_LEN2 | State identifier: the mailbox is receiving the high-order byte of the length word for an incoming message |
STATE_EXTR_BODY | State identifier: the mailbox is receiving the body of an incoming message |
STATE_ACKNOWLEDGING | State identifier: the mailbox is acknowledging the sender about the completion of the message delivery |
STATE_SENDING | State identifier: the mailbox is sending a message to the attached socket |
State identifiers. These are the identifiers used by the finite state machine implemented by the mailbox.
Alphabetic index Hierarchy of classes