NetworkGateway - LorenData/ECGrid-API GitHub Wiki
public partial class NetworkGateway {
public string Application {get;set;}
public short ApplicationTimeOut {get;set;}
public string ApplicationLogFile {get;set;}
public short Frequency {get;set;}
public short MinimumPolling {get;set;}
public NetworkGatewayHandshake Handshake {get;set;}
public NetworkGatewayCommChannel CommChannel {get;set;}
public NetworkGatewayConnection Connection {get;set;}
}
Public Properties
- Application - String: The application for this gateway.
- ApplicationTimeOut - Short: The application timeout in seconds for this gateway application.
- ApplicationLogFile - String: The application log file location for this gateway.
- Frequency - Short: The gateway frequency for accessing this gateway in seconds.
- MinimumPolling - Short: The minimum gateway polling for this gateway in seconds.
- Handshake - Enum NetworkGatewayHandshake: A numeric value representing the network gateway handshake type.
- CommChannel) - Enum NetworkGatewayCommChannel: A numeric value representing the network gateway communication channel.
- Connection) - Enum NetworkGatewayConnection: A numeric value representing the network gateway connection type.