Expand description
Low-Speed Communications objects — ETSI EN 50221 §8.7.1, Tables 52-56 (PDF pp. 51-54).
comms_cmd(9F 8C 00, Table 52) — connect / disconnect / set-params / enquire-status / get-next-buffer.connection_descriptor(9F 8C 01, Table 53) — telephone / cable-return connection info; also nested inside Connect_on_Channel.comms_reply(9F 8C 02, Table 54) — id + return_value.comms_send(9F 8C 03last /9F 8C 04more, Table 55) — phase + bytes.comms_rcv(9F 8C 05last /9F 8C 06more, Table 56) — phase + bytes.
Structs§
- Comms
Cmd comms_cmd()object (Table 52).- Comms
Rcv comms_rcv()object (Table 56): acomms_phase_id+ message bytes.- Comms
Reply comms_reply()object (Table 54): id + signed return_value.- Comms
Send comms_send()object (Table 55): acomms_phase_id+ message bytes.- Connection
Descriptor connection_descriptor()object (Table 53): carries the connection info.
Enums§
- Comms
CmdParams - The branch-dependent parameters of a
comms_cmd()(Table 52). - Comms
Command Id comms_command_idvalues (Table 52, p. 52).- Comms
Reply Id comms_reply_idvalues (Table 54, p. 53).- Connection
Descriptor Type connection_descriptor_typevalues (Table 53, p. 52).