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

A control which displays browse tree.
Inheritance: System.Windows.Forms.UserControl
Datei anzeigen Open project: OPCFoundation/UA-.NET

Public Methods

Method Description
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.

Private Methods

Method Description
AttributesLV_DoubleClick ( object sender, EventArgs e ) : void
ReadProperties ( Opc.Ua.NodeId nodeId ) : void

Reads the properties for the node.

Method Details

AttributesListViewCtrl() public method

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

ChangeSession() public method

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

GetSelectedAttribute() public method

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

ReadAttributes() public method

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