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 ( |
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.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
DisplayInputArguments ( ) : void |
Displays the input arguments.
|
|
EditMI_Click ( object sender, |
||
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 ( |
Updates the row with an argument and its value.
|
public ChangeSession ( |
||
session | ||
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public SetMethod ( Opc.Ua.NodeId objectId, Opc.Ua.NodeId methodId ) : void | ||
objectId | Opc.Ua.NodeId | |
methodId | Opc.Ua.NodeId | |
return | void |