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

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

Méthodes publiques

Méthode 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 méthode

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.
Résultat System

Initialize() public méthode

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.
Résultat void