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

AddBinaryResponse() public method

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