ether2ser 0.1.0
Ethernet <-> synchronous V.24 bridge firmware for RP2040 + W5500
Loading...
Searching...
No Matches
event_queue_data_t Struct Reference

Generic event payload wrapper for network/V.24 config operations. More...

#include <event_queue.h>

Collaboration diagram for event_queue_data_t:

Data Fields

event_queue_data_types_t id
 
union { 
 
   uint8_t   ip [4] 
 
   uint16_t   port 
 
   V24_POLARITIES_T   polarities 
 
   V24_BAUDRATE_T   baudrate 
 
   bool   v24_clock_mode 
 
value 
 

Detailed Description

Generic event payload wrapper for network/V.24 config operations.

Definition at line 72 of file event_queue.h.

Field Documentation

◆ baudrate

V24_BAUDRATE_T event_queue_data_t::baudrate

Definition at line 82 of file event_queue.h.

Referenced by dispatch_v24_baudrate(), and ev_set_v24_settings().

◆ id

◆ ip

uint8_t event_queue_data_t::ip[4]

Definition at line 79 of file event_queue.h.

Referenced by dispatch_ip(), ev_set_net_settings(), and print_net_settings_event().

◆ polarities

V24_POLARITIES_T event_queue_data_t::polarities

Definition at line 81 of file event_queue.h.

Referenced by dispatch_v24_polarities(), and ev_set_v24_settings().

◆ port

uint16_t event_queue_data_t::port

Definition at line 80 of file event_queue.h.

Referenced by ev_set_net_settings(), and print_net_settings_event().

◆ v24_clock_mode

bool event_queue_data_t::v24_clock_mode

Definition at line 83 of file event_queue.h.

Referenced by ev_set_v24_settings(), and subcmd_set_v24_clockmode().

◆ [union]


The documentation for this struct was generated from the following file: