OpENer - Open Source EtherNet/IP(TM) I/O Target Stack  2.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
DelayedEncapsulationMessage Struct Reference

Delayed Encapsulation Message structure. More...

Data Fields

EipByte message [ENCAP_MAX_DELAYED_ENCAP_MESSAGE_SIZE]
 
size_t message_size
 
struct sockaddr_in receiver
 
int socket
 
EipInt32 time_out
 

Detailed Description

Delayed Encapsulation Message structure.

Definition at line 76 of file encap.c.

Field Documentation

EipByte DelayedEncapsulationMessage::message[ENCAP_MAX_DELAYED_ENCAP_MESSAGE_SIZE]

Definition at line 80 of file encap.c.

Referenced by HandleReceivedListIdentityCommandUdp().

size_t DelayedEncapsulationMessage::message_size

Definition at line 81 of file encap.c.

struct sockaddr_in DelayedEncapsulationMessage::receiver

Definition at line 79 of file encap.c.

Referenced by HandleReceivedListIdentityCommandUdp().

int DelayedEncapsulationMessage::socket

associated socket

Definition at line 78 of file encap.c.

Referenced by EncapsulationInit(), HandleReceivedListIdentityCommandUdp(), and ManageEncapsulationMessages().

EipInt32 DelayedEncapsulationMessage::time_out

time out in milli seconds

Definition at line 77 of file encap.c.

Referenced by DetermineDelayTime(), and ManageEncapsulationMessages().


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