C# 클래스 Automatak.Simulator.DNP3.Commons.ProxyCommandHandler

상속: ICommandHandler
파일 보기 프로젝트 열기: automatak/dnp3-simulator 1 사용 예제들

공개 메소드들

메소드 설명
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