| OpENer - Open Source EtherNet/IP(TM)  I/O Target Stack
    2.1
    | 
Exclusive Owner connection data. More...
| Data Fields | |
| unsigned int | config_assembly | 
| CipConnectionObject | connection_data | 
| unsigned int | input_assembly | 
| unsigned int | output_assembly | 
Exclusive Owner connection data.
Definition at line 19 of file appcontype.c.
| unsigned int ExclusiveOwnerConnection::config_assembly | 
the config point for the connection
Definition at line 22 of file appcontype.c.
Referenced by ConfigureExclusiveOwnerConnectionPoint(), and GetExclusiveOwnerConnection().
| CipConnectionObject ExclusiveOwnerConnection::connection_data | 
the connection data, only one connection is allowed per O-to-T point
Definition at line 23 of file appcontype.c.
Referenced by GetExclusiveOwnerConnection().
| unsigned int ExclusiveOwnerConnection::input_assembly | 
the T-to-O point for the connection
Definition at line 21 of file appcontype.c.
Referenced by ConfigureExclusiveOwnerConnectionPoint(), and GetExclusiveOwnerConnection().
| unsigned int ExclusiveOwnerConnection::output_assembly | 
the O-to-T point for the connection
Definition at line 20 of file appcontype.c.
Referenced by ConfigureExclusiveOwnerConnectionPoint().