Свойство | Тип | Описание | |
---|---|---|---|
KnownEventTypes | Opc.Ua.NodeId[] |
Метод | Описание | |
---|---|---|
Browse ( |
Browses the address space and returns the references found.
|
|
BrowseSuperTypes ( |
Browses the address space and returns all of the supertypes of the specified type node.
|
|
ConstructEvent ( |
Constructs an event object from a notification.
|
|
FindEventType ( |
Finds the type of the event for the notification.
|
|
SelectEndpoint ( string discoveryUrl, bool useSecurity ) : |
Finds the endpoint that best matches the current settings.
|
public static Browse ( |
||
session | The session. | |
nodeToBrowse | The NodeId for the starting node. | |
throwOnError | bool | if set to |
Результат | ReferenceDescriptionCollection |
public static BrowseSuperTypes ( |
||
session | The session. | |
typeId | Opc.Ua.NodeId | The NodeId for a type node in the address space. |
throwOnError | bool | if set to |
Результат | ReferenceDescriptionCollection |
public static ConstructEvent ( |
||
session | The session. | |
monitoredItem | The monitored item that produced the notification. | |
notification | The notification. | |
eventTypeMappings | NodeId>.Dictionary | Mapping between event types and known event types. |
Результат |
public static FindEventType ( |
||
monitoredItem | The monitored item. | |
notification | The notification. | |
Результат | Opc.Ua.NodeId |
public static SelectEndpoint ( string discoveryUrl, bool useSecurity ) : |
||
discoveryUrl | string | The discovery URL. |
useSecurity | bool | if set to |
Результат |