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

파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
OkBTN_Click ( object sender, EventArgs e ) : void

메소드 상세

EditReadValueIdDlg() 공개 메소드

Creates an empty form.
public EditReadValueIdDlg ( ) : System
리턴 System

ShowDialog() 공개 메소드

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