Module x328_proto::node

source ·
Expand description

An implementation of the “node” half of the X3.28 protocol. See Node for more details.

Structs

  • Bus node (listener/server) part of the X3.28 protocol
  • The “read command received” state. The bus controller expects a reply with the current value of the specified parameter.
  • “Receive data from bus” state.
  • “Transmit data on the bus” state.
  • ZST used for making sure that the protocol state always is advancing.
  • “Write command received” state. The bus controller wants to change the value of the specified parameter.

Enums

  • The current protocol state, as seen by this node.