C# Класс Opc.Ua.Client.Controls.CallRequestListViewCtrl

Displays the results from a history read operation.
Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект

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

Метод Описание
Back ( ) : void

Returns the grid to the enter input arguments state.

Call ( ) : void

Calls the method.

CallRequestListViewCtrl ( ) : System

Constructs a new instance.

ChangeSession ( Session session ) : void

Changes the session used for the call request.

SetMethod ( Opc.Ua.NodeId objectId, Opc.Ua.NodeId methodId ) : void

Sets the method for the call request.

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

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

Clean up any resources being used.

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

Метод Описание
DisplayInputArguments ( ) : void

Displays the input arguments.

EditMI_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

ReadArguments ( Opc.Ua.NodeId nodeId ) : void

Reads the arguments for the method.

UpdateRow ( DataRow row, Argument argument, Variant value, bool isOutputArgument ) : void

Updates the row with an argument and its value.

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

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

Returns the grid to the enter input arguments state.
public Back ( ) : void
Результат void

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

Calls the method.
public Call ( ) : void
Результат void

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

Constructs a new instance.
public CallRequestListViewCtrl ( ) : System
Результат System

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

Changes the session used for the call request.
public ChangeSession ( Session session ) : void
session Opc.Ua.Client.Session
Результат 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

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

Sets the method for the call request.
public SetMethod ( Opc.Ua.NodeId objectId, Opc.Ua.NodeId methodId ) : void
objectId Opc.Ua.NodeId
methodId Opc.Ua.NodeId
Результат void