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

A control which displays browse tree.
상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

공개 메소드들

메소드 설명
AttributesListViewCtrl ( ) : System

Creates a new instance of the control.

ChangeSession ( Session session ) : void

Changes the session used by the control.

GetSelectedAttribute ( int index ) : ReadValueId

Returns the attribute at the specified index.

ReadAttributes ( Opc.Ua.NodeId nodeId, bool showProperties ) : void

Reads the attributes for the node.

비공개 메소드들

메소드 설명
AttributesLV_DoubleClick ( object sender, EventArgs e ) : void
ReadProperties ( Opc.Ua.NodeId nodeId ) : void

Reads the properties for the node.

메소드 상세

AttributesListViewCtrl() 공개 메소드

Creates a new instance of the control.
public AttributesListViewCtrl ( ) : System
리턴 System

ChangeSession() 공개 메소드

Changes the session used by the control.
public ChangeSession ( Session session ) : void
session Opc.Ua.Client.Session The session.
리턴 void

GetSelectedAttribute() 공개 메소드

Returns the attribute at the specified index.
public GetSelectedAttribute ( int index ) : ReadValueId
index int
리턴 Opc.Ua.ReadValueId

ReadAttributes() 공개 메소드

Reads the attributes for the node.
public ReadAttributes ( Opc.Ua.NodeId nodeId, bool showProperties ) : void
nodeId Opc.Ua.NodeId
showProperties bool
리턴 void