Property | Type | Description | |
---|---|---|---|
AreaId | Opc.Ua.NodeId | ||
EventTypes | IList |
||
SelectClauses | SimpleAttributeOperandCollection | ||
Severity | EventSeverity |
Method | Description | |
---|---|---|
ConstructFilter ( |
Constructs the event filter for the subscription.
|
|
ConstructSelectClauses ( |
Constructs the select clauses for a set of event types. Each event type is an ObjectType in the address space. The fields supported by the server are defined as children of the ObjectType. Many of the fields are manadatory and are defined by the UA information model, however, indiviudual servers many not support all of the optional fields. This method browses the type model and |
|
CreateMonitoredItem ( |
Creates the monitored item based on the current definition.
|
Method | Description | |
---|---|---|
CollectFields ( |
Collects the fields for the instance node.
|
|
CollectFields ( |
Collects the fields for the event type.
|
|
ContainsPath ( SimpleAttributeOperandCollection selectClause, QualifiedNameCollection browsePath ) : bool |
Determines whether the specified select clause contains the browse path.
|
public ConstructFilter ( |
||
session | ||
return |
public ConstructSelectClauses ( |
||
session | The session. | |
return | SimpleAttributeOperandCollection |
public CreateMonitoredItem ( |
||
session | The session. | |
return |
public SimpleAttributeOperandCollection SelectClauses | ||
return | SimpleAttributeOperandCollection |