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

A object which maps a COM DA item to a UA variable.
Inheritance: PropertyState
ファイルを表示 Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

Method Description
HdaAttributeState ( Opc.Ua.Com.Client.ComHdaClientConfiguration configuration, string itemId, HdaAttribute attribute, ushort namespaceIndex ) : System

Initializes a new instance of the DaItemState class.

Method Details

HdaAttributeState() public method

Initializes a new instance of the DaItemState class.
public HdaAttributeState ( Opc.Ua.Com.Client.ComHdaClientConfiguration configuration, string itemId, HdaAttribute attribute, ushort namespaceIndex ) : System
configuration Opc.Ua.Com.Client.ComHdaClientConfiguration The configuration.
itemId string The item id.
attribute HdaAttribute The attribute.
namespaceIndex ushort Index of the namespace.
return System