| OpENer - Open Source EtherNet/IP(TM)  I/O Target Stack
    2.1
    | 
Listen Only connection data. More...
| Data Fields | |
| unsigned int | config_assembly | 
| CipConnectionObject | connection_data [OPENER_CIP_NUM_LISTEN_ONLY_CONNS_PER_CON_PATH] | 
| unsigned int | input_assembly | 
| unsigned int | output_assembly | 
Listen Only connection data.
Definition at line 36 of file appcontype.c.
| unsigned int ListenOnlyConnection::config_assembly | 
the config point for the connection
Definition at line 39 of file appcontype.c.
Referenced by ConfigureListenOnlyConnectionPoint().
| CipConnectionObject ListenOnlyConnection::connection_data[OPENER_CIP_NUM_LISTEN_ONLY_CONNS_PER_CON_PATH] | 
the connection data
Definition at line 42 of file appcontype.c.
Referenced by GetListenOnlyConnection().
| unsigned int ListenOnlyConnection::input_assembly | 
the T-to-O point for the connection
Definition at line 38 of file appcontype.c.
Referenced by ConfigureListenOnlyConnectionPoint().
| unsigned int ListenOnlyConnection::output_assembly | 
the O-to-T point for the connection
Definition at line 37 of file appcontype.c.
Referenced by ConfigureListenOnlyConnectionPoint().