Overload | Description |
---|---|
GetNode(UAEndpointDescriptor,UANodeDescriptor) | Obtains a node from the model client. The type of the node object is given by the model. |
GetNode(UAEndpointDescriptor,UANodeDescriptor,Type) | Obtains a node from the model client. The type of the node object is specified by a type parameter. |
GetNode<T>(UAEndpointDescriptor,UANodeDescriptor) | Obtains a node from the model client. The type of the node object and the type of the return value is specified using a generic type parameter. |