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

ICommandHandler() private method

private ICommandHandler ( AnalogOutputDouble64 command, ushort index ) : CommandStatus
command AnalogOutputDouble64
index ushort
return CommandStatus
        CommandStatus ICommandHandler.Select(AnalogOutputDouble64 command, ushort index)
        {
            lock (mutex)
            {
                return GetOrElse(index, analogMap, () => proxy.Select(command, index));
            }
        }

Same methods

ProxyCommandHandler::ICommandHandler ( AnalogOutputDouble64 command, ushort index, OperateType opType ) : CommandStatus
ProxyCommandHandler::ICommandHandler ( AnalogOutputFloat32 command, ushort index ) : CommandStatus
ProxyCommandHandler::ICommandHandler ( AnalogOutputFloat32 command, ushort index, OperateType opType ) : CommandStatus
ProxyCommandHandler::ICommandHandler ( AnalogOutputInt16 command, ushort index ) : CommandStatus
ProxyCommandHandler::ICommandHandler ( AnalogOutputInt16 command, ushort index, OperateType opType ) : CommandStatus
ProxyCommandHandler::ICommandHandler ( AnalogOutputInt32 command, ushort index ) : CommandStatus
ProxyCommandHandler::ICommandHandler ( AnalogOutputInt32 command, ushort index, OperateType opType ) : CommandStatus
ProxyCommandHandler::ICommandHandler ( ControlRelayOutputBlock command, ushort index ) : CommandStatus
ProxyCommandHandler::ICommandHandler ( ControlRelayOutputBlock command, ushort index, OperateType opType ) : CommandStatus
ProxyCommandHandler::ICommandHandler ( ) : void