Метод | Описание | |
---|---|---|
Construct ( ) : Opc.Ua.NodeId |
Constructs a node identifier.
|
|
Construct ( int eventType, int categoryId, int attributeId, ushort namespaceIndex ) : Opc.Ua.NodeId |
Constructs the NodeId for the attribute of the specified event type.
|
|
Construct ( int eventType, int categoryId, string conditionName, ushort namespaceIndex ) : Opc.Ua.NodeId |
Constructs the NodeId for the specified event type.
|
|
Construct ( int rootType, string rootId, string componentPath, ushort namespaceIndex ) : Opc.Ua.NodeId |
Constructs a node identifier.
|
|
Construct ( int eventType, ushort namespaceIndex ) : Opc.Ua.NodeId |
Constructs the NodeId for the attribute of the specified event type.
|
|
ConstructIdForCondition ( string sourceId, int categoryId, string conditionName, ushort namespaceIndex ) : Opc.Ua.NodeId |
Constructs the id for condition.
|
|
Parse ( Opc.Ua.NodeId nodeId ) : |
Parses the specified node identifier.
|
Метод | Описание | |
---|---|---|
Construct ( |
Constructs the NodeId for the specified event type node.
|
|
Construct ( EventTypeMapping mapping, ushort namespaceIndex ) : Opc.Ua.NodeId |
Constructs the NodeId for the specified event type mapping node.
|
public static Construct ( int eventType, int categoryId, int attributeId, ushort namespaceIndex ) : Opc.Ua.NodeId | ||
eventType | int | Type of the event. |
categoryId | int | The category id. |
attributeId | int | The attribute id. |
namespaceIndex | ushort | Index of the namespace. |
Результат | Opc.Ua.NodeId |
public static Construct ( int eventType, int categoryId, string conditionName, ushort namespaceIndex ) : Opc.Ua.NodeId | ||
eventType | int | Type of the event. |
categoryId | int | The category id. |
conditionName | string | Name of the condition. |
namespaceIndex | ushort | Index of the namespace. |
Результат | Opc.Ua.NodeId |
public static Construct ( int rootType, string rootId, string componentPath, ushort namespaceIndex ) : Opc.Ua.NodeId | ||
rootType | int | |
rootId | string | |
componentPath | string | |
namespaceIndex | ushort | |
Результат | Opc.Ua.NodeId |
public static Construct ( int eventType, ushort namespaceIndex ) : Opc.Ua.NodeId | ||
eventType | int | Type of the event. |
namespaceIndex | ushort | Index of the namespace. |
Результат | Opc.Ua.NodeId |
public static ConstructIdForCondition ( string sourceId, int categoryId, string conditionName, ushort namespaceIndex ) : Opc.Ua.NodeId | ||
sourceId | string | The source id. |
categoryId | int | The category id. |
conditionName | string | Name of the condition. |
namespaceIndex | ushort | Index of the namespace. |
Результат | Opc.Ua.NodeId |
public static Parse ( Opc.Ua.NodeId nodeId ) : |
||
nodeId | Opc.Ua.NodeId | The node identifier. |
Результат |