C# Class Automatak.Simulator.DNP3.RelayOutstationPlugin.OutstationForm

Inheritance: System.Windows.Forms.Form, ICommandHandler
Show file Open project: automatak/dnp3-simulator Class Usage Examples

Public Methods

Method Description
OutstationForm ( IOutstation outstation, ProxyCommandHandler commandHandler ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OnControl ( ControlRelayOutputBlock command, ushort index, bool execute ) : CommandStatus
OutstationForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
OutstationForm_Load ( object sender, EventArgs e ) : void
ProcessOperation ( bool value ) : void
QueueOperation ( bool value ) : void
UpdateValues ( ) : void
pictureBoxRelay_MouseClick ( object sender, MouseEventArgs e ) : void
pictureBoxRelay_MouseMove ( object sender, MouseEventArgs e ) : void
timerUpdate_Tick ( object sender, EventArgs e ) : void
transparentButtonClose_Click ( object sender, EventArgs e ) : void
transparentButtonTrip_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

OutstationForm() public method

public OutstationForm ( IOutstation outstation, ProxyCommandHandler commandHandler ) : System
outstation IOutstation
commandHandler ProxyCommandHandler
return System