Represents the protocol followed on the ethernet
enum Go2EthernetProtocol { GO2_ETHERNET_PROTOCOL_GOCATOR = 0, GO2_ETHERNET_PROTOCOL_MODBUS = 1, GO2_ETHERNET_PROTOCOL_ETHERNET_IP = 2, GO2_ETHERNET_PROTOCOL_ASCII = 3 };
|
Members |
Description |
|
GO2_ETHERNET_PROTOCOL_GOCATOR = 0 |
Ethernet follows Gocator protocol |
|
GO2_ETHERNET_PROTOCOL_MODBUS = 1 |
Ethernet follows modbus protocol |
|
GO2_ETHERNET_PROTOCOL_ETHERNET_IP = 2 |
Ethernet follows EtherNet/IP protocol |
|
GO2_ETHERNET_PROTOCOL_ASCII = 3 |
Ethernet follows ASCII protocol |
Go2Api.h