C# Класс Automatak.Simulator.DNP3.RelayOutstationPlugin.OutstationForm

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

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

Метод Описание
OutstationForm ( IOutstation outstation, ProxyCommandHandler commandHandler ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Метод Описание
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

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

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

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

public OutstationForm ( IOutstation outstation, ProxyCommandHandler commandHandler ) : System
outstation IOutstation
commandHandler ProxyCommandHandler
Результат System