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

ファイルを表示 Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

Method Description
EditReadValueIdDlg ( ) : System

Creates an empty form.

ShowDialog ( Session session ) : ReadValueId[]

Prompts the user to edit the read request parameters for the set of nodes provided.

Private Methods

Method Description
OkBTN_Click ( object sender, EventArgs e ) : void

Method Details

EditReadValueIdDlg() public method

Creates an empty form.
public EditReadValueIdDlg ( ) : System
return System

ShowDialog() public method

Prompts the user to edit the read request parameters for the set of nodes provided.
public ShowDialog ( Session session ) : ReadValueId[]
session Session
return ReadValueId[]