Automatak.Simulator.DNP3.RelayOutstationPlugin.OutstationForm.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)
        {
            return CommandStatus.NOT_SUPPORTED;
        }

Same methods

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