C# Класс Automatak.Simulator.DNP3.Commons.ProxyCommandHandler

Наследование: ICommandHandler
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AddAnalogResponse ( UInt16 index, CommandStatus status ) : void
AddBinaryResponse ( UInt16 index, CommandStatus status ) : void
ClearResponses ( ) : void

Приватные методы

Метод Описание
GetOrElse ( ushort index, CommandStatus>.IDictionary dictionary, Func action ) : CommandStatus
GetOrElseAndLogAnalog ( double value, ushort index, CommandStatus>.IDictionary dictionary, Func action ) : CommandStatus
GetOrElseAndLogBinary ( ControlRelayOutputBlock command, ushort index, CommandStatus>.IDictionary dictionary, Func action ) : CommandStatus
ICommandHandler ( AnalogOutputDouble64 command, ushort index ) : CommandStatus
ICommandHandler ( AnalogOutputDouble64 command, ushort index, OperateType opType ) : CommandStatus
ICommandHandler ( AnalogOutputFloat32 command, ushort index ) : CommandStatus
ICommandHandler ( AnalogOutputFloat32 command, ushort index, OperateType opType ) : CommandStatus
ICommandHandler ( AnalogOutputInt16 command, ushort index ) : CommandStatus
ICommandHandler ( AnalogOutputInt16 command, ushort index, OperateType opType ) : CommandStatus
ICommandHandler ( AnalogOutputInt32 command, ushort index ) : CommandStatus
ICommandHandler ( AnalogOutputInt32 command, ushort index, OperateType opType ) : CommandStatus
ICommandHandler ( ControlRelayOutputBlock command, ushort index ) : CommandStatus
ICommandHandler ( ControlRelayOutputBlock command, ushort index, OperateType opType ) : CommandStatus
ICommandHandler ( ) : void

Описание методов

AddAnalogResponse() публичный Метод

public AddAnalogResponse ( UInt16 index, CommandStatus status ) : void
index System.UInt16
status CommandStatus
Результат void

AddBinaryResponse() публичный Метод

public AddBinaryResponse ( UInt16 index, CommandStatus status ) : void
index System.UInt16
status CommandStatus
Результат void

ClearResponses() публичный Метод

public ClearResponses ( ) : void
Результат void