| OpENer - Open Source EtherNet/IP(TM)  I/O Target Stack
    2.1
    | 
Input Only connection data. More...
| Data Fields | |
| unsigned int | config_assembly | 
| CipConnectionObject | connection_data [OPENER_CIP_NUM_INPUT_ONLY_CONNS_PER_CON_PATH] | 
| unsigned int | input_assembly | 
| unsigned int | output_assembly | 
Input Only connection data.
Definition at line 27 of file appcontype.c.
| unsigned int InputOnlyConnection::config_assembly | 
the config point for the connection
Definition at line 30 of file appcontype.c.
Referenced by ConfigureInputOnlyConnectionPoint().
| CipConnectionObject InputOnlyConnection::connection_data[OPENER_CIP_NUM_INPUT_ONLY_CONNS_PER_CON_PATH] | 
Definition at line 32 of file appcontype.c.
Referenced by GetInputOnlyConnection().
| unsigned int InputOnlyConnection::input_assembly | 
the T-to-O point for the connection
Definition at line 29 of file appcontype.c.
Referenced by ConfigureInputOnlyConnectionPoint().
| unsigned int InputOnlyConnection::output_assembly | 
the O-to-T point for the connection
Definition at line 28 of file appcontype.c.
Referenced by ConfigureInputOnlyConnectionPoint().