Skip to content

NetworkGateway

Greg Kolinski edited this page Nov 28, 2017 · 3 revisions

Back To Object Classes


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


Back To Object Classes

Clone this wiki locally