C# Class Opc.Ua.Com.Client.DaPropertyState

A object which maps a COM DA item to a UA variable.
Inheritance: PropertyState
Mostrar archivo Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

Method Description
DaPropertyState ( ISystemContext context, string itemId, DaProperty property, ushort namespaceIndex ) : System

Initializes a new instance of the DaPropertyState class.

Initialize ( ISystemContext context, string itemId, DaProperty property, ushort namespaceIndex ) : void

Initializes the node from the element.

Method Details

DaPropertyState() public method

Initializes a new instance of the DaPropertyState class.
public DaPropertyState ( ISystemContext context, string itemId, DaProperty property, ushort namespaceIndex ) : System
context ISystemContext The context.
itemId string The item id.
property DaProperty The property.
namespaceIndex ushort Index of the namespace.
return System

Initialize() public method

Initializes the node from the element.
public Initialize ( ISystemContext context, string itemId, DaProperty property, ushort namespaceIndex ) : void
context ISystemContext The context.
itemId string The item id.
property DaProperty The property.
namespaceIndex ushort Index of the namespace.
return void