Automatak.Simulator.DNP3.RelayOutstationPlugin.OutstationInstance.OutstationInstance C# (CSharp) Method

OutstationInstance() public method

public OutstationInstance ( ProxyCommandHandler handler, EventedOutstationApplication application, IOutstation outstation, OutstationStackConfig config, string alias ) : System
handler Automatak.Simulator.DNP3.Commons.ProxyCommandHandler
application Automatak.Simulator.DNP3.Commons.EventedOutstationApplication
outstation IOutstation
config OutstationStackConfig
alias string
return System
        public OutstationInstance(ProxyCommandHandler handler, EventedOutstationApplication application, IOutstation outstation, OutstationStackConfig config, string alias)
        {
            this.handler = handler;
            this.application = application;
            this.outstation = outstation;
            this.alias = alias;

            this.form = new OutstationForm(outstation, handler);
        }