C# Class Opc.Ua.Client.Controls.CallRequestListViewCtrl

Displays the results from a history read operation.
Inheritance: System.Windows.Forms.UserControl
ファイルを表示 Open project: OPCFoundation/UA-.NET

Public Methods

Method Description
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.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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.

Method Details

Back() public method

Returns the grid to the enter input arguments state.
public Back ( ) : void
return void

Call() public method

Calls the method.
public Call ( ) : void
return void

CallRequestListViewCtrl() public method

Constructs a new instance.
public CallRequestListViewCtrl ( ) : System
return System

ChangeSession() public method

Changes the session used for the call request.
public ChangeSession ( Session session ) : void
session Opc.Ua.Client.Session
return void

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

SetMethod() public method

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
return void