C# 클래스 Opc.Ua.Client.Controls.CallRequestListViewCtrl

Displays the results from a history read operation.
상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

공개 메소드들

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