C# Class Opc.Ua.Com.Server.DaElement

Stores information an element in the DA server address space.
Afficher le fichier Open project: OPCFoundation/UA-.NET

Méthodes publiques

Méthode Description
DaElement ( ) : System

Initializes a new instance of the DaElement class.

SupportsProperty ( int propertyId ) : bool

Returns true if the element supports the specified property.

Method Details

DaElement() public méthode

Initializes a new instance of the DaElement class.
public DaElement ( ) : System
Résultat System

SupportsProperty() public méthode

Returns true if the element supports the specified property.
public SupportsProperty ( int propertyId ) : bool
propertyId int The property id.
Résultat bool