C# Class Opc.Ua.VariableAttributes

Stores information about engineering units.
ファイルを表示 Open project: OPCFoundation/UA-.NETStandardLibrary

Public Methods

Method Description
VariableAttributes ( object value, byte accessLevel ) : System

Initializes the object with the unitName and namespaceUri.

Method Details

VariableAttributes() public method

Initializes the object with the unitName and namespaceUri.
public VariableAttributes ( object value, byte accessLevel ) : System
value object
accessLevel byte
return System