Automatak.Simulator.DNP3.Commons.ProxyCommandHandler.AddAnalogResponse C# (CSharp) Method

AddAnalogResponse() public method

public AddAnalogResponse ( UInt16 index, CommandStatus status ) : void
index System.UInt16
status CommandStatus
return void
        public void AddAnalogResponse(UInt16 index, CommandStatus status)
        {
            lock (mutex)
            {
                analogMap[index] = status;
            }
        }