Mailbox State identifiers (x)

State identifiers.
o STATE_UNNAMED
State identifier: the mailbox has not yet been initialised
o STATE_EXTR_NAME
State identifier: the mailbox is reading its name
o STATE_WAITING
State identifier: the mailbox is idle
o STATE_EXTR_DEST
State identifier: the mailbox is receiving the destination for an incoming message
o STATE_EXTR_LEN1
State identifier: the mailbox is receiving the low-order byte of the length word for an incoming message
o STATE_EXTR_LEN2
State identifier: the mailbox is receiving the high-order byte of the length word for an incoming message
o STATE_EXTR_BODY
State identifier: the mailbox is receiving the body of an incoming message
o STATE_ACKNOWLEDGING
State identifier: the mailbox is acknowledging the sender about the completion of the message delivery
o 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



This page was generated with the help of DOC++.