|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NodeTypeDescription | |
|---|---|
| org.opcfoundation.ua.core | All the code in this package are codegenerated. |
| org.opcfoundation.ua.transport | This package contains SecureChannel and related interfaces |
| Uses of NodeTypeDescription in org.opcfoundation.ua.core |
|---|
| Fields in org.opcfoundation.ua.core declared as NodeTypeDescription | |
|---|---|
protected NodeTypeDescription[] |
QueryFirstRequest.NodeTypes
|
| Methods in org.opcfoundation.ua.core that return NodeTypeDescription | |
|---|---|
NodeTypeDescription |
NodeTypeDescription.clone()
Deep clone |
NodeTypeDescription[] |
QueryFirstRequest.getNodeTypes()
|
| Methods in org.opcfoundation.ua.core with parameters of type NodeTypeDescription | |
|---|---|
void |
QueryFirstRequest.setNodeTypes(NodeTypeDescription[] NodeTypes)
|
| Constructors in org.opcfoundation.ua.core with parameters of type NodeTypeDescription | |
|---|---|
QueryFirstRequest(RequestHeader RequestHeader,
ViewDescription View,
NodeTypeDescription[] NodeTypes,
ContentFilter Filter,
UnsignedInteger MaxDataSetsToReturn,
UnsignedInteger MaxReferencesToReturn)
|
|
| Uses of NodeTypeDescription in org.opcfoundation.ua.transport |
|---|
| Methods in org.opcfoundation.ua.transport with parameters of type NodeTypeDescription | |
|---|---|
QueryFirstResponse |
ChannelService.QueryFirst(RequestHeader RequestHeader,
ViewDescription View,
NodeTypeDescription[] NodeTypes,
ContentFilter Filter,
UnsignedInteger MaxDataSetsToReturn,
UnsignedInteger MaxReferencesToReturn)
Synchronous QueryFirst service request. |
AsyncResult |
ChannelService.QueryFirstAsync(RequestHeader RequestHeader,
ViewDescription View,
NodeTypeDescription[] NodeTypes,
ContentFilter Filter,
UnsignedInteger MaxDataSetsToReturn,
UnsignedInteger MaxReferencesToReturn)
Asynchronous QueryFirst service request. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||