Uses of Class
org.eclipse.milo.opcua.stack.core.types.structured.BrowsePathResult
Packages that use BrowsePathResult
-
Uses of BrowsePathResult in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return BrowsePathResultModifier and TypeMethodDescriptionBrowsePathResult.Codec.decodeType(EncodingContext context, UaDecoder decoder) BrowsePathResult @Nullable []TranslateBrowsePathsToNodeIdsResponse.getResults()Methods in org.eclipse.milo.opcua.stack.core.types.structured that return types with arguments of type BrowsePathResultMethods in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type BrowsePathResultModifier and TypeMethodDescriptionvoidBrowsePathResult.Codec.encodeType(EncodingContext context, UaEncoder encoder, BrowsePathResult value) Constructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type BrowsePathResultModifierConstructorDescriptionTranslateBrowsePathsToNodeIdsResponse(ResponseHeader responseHeader, BrowsePathResult @Nullable [] results, DiagnosticInfo @Nullable [] diagnosticInfos)