Gocator 2000 API
Go2EthernetProtocol
Description

Represents the protocol followed on the ethernet

C
enum Go2EthernetProtocol {
  GO2_ETHERNET_PROTOCOL_GOCATOR = 0,
  GO2_ETHERNET_PROTOCOL_MODBUS = 1,
  GO2_ETHERNET_PROTOCOL_ETHERNET_IP = 2
};
Members
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 
File

Go2Api.h

Copyright (c) 2010 by LMI Technologies Inc. All rights reserved.