6 #ifndef OPENER_TYPEDEFS_H_ 
    7 #define OPENER_TYPEDEFS_H_ 
   55 #ifdef OPENER_SUPPORT_64BIT_DATATYPES 
   56 typedef int64_t EipInt64; 
 
   57 typedef uint64_t EipUint64; 
 
   59 typedef int64_t CipLint; 
 
   60 typedef uint64_t CipUlint; 
 
   61 typedef uint64_t CipLword; 
 
   66 static const int kEipInvalidSocket = -1;
 
UdpCommuncationDirection
Communication direction of an UDP socket; consuming is receiver, producing is sender. 
unsigned long long MicroSeconds
uint8_t CipOctet
Data types as defined in the CIP Specification Vol 1 Appendix C. 
EipStatus
EIP stack status enum. 
uint8_t EipByte
EIP Data type definitions. 
unsigned long MilliSeconds