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

Stores information an element in the DA server address space.
Mostrar archivo Open project: OPCFoundation/UA-.NET

Public Methods

Method 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 method

Initializes a new instance of the DaElement class.
public DaElement ( ) : System
return System

SupportsProperty() public method

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