OpcUa_BrowseNextResponse (STRUCT) ¶ TYPE OpcUa_BrowseNextResponse : STRUCT InOut: Name Type ResponseHeader OpcUa_ResponseHeader NoOfResults OpcUa_Int32 Results POINTER TO OpcUa_BrowseResult NoOfDiagnosticInfos OpcUa_Int32 DiagnosticInfos POINTER TO OpcUa_DiagnosticInfo
OpcUa_BrowsePath (STRUCT) ¶ TYPE OpcUa_BrowsePath : STRUCT InOut: Name Type StartingNode OpcUa_NodeId RelativePath OpcUa_RelativePath
OpcUa_BrowsePathResult (STRUCT) ¶ TYPE OpcUa_BrowsePathResult : STRUCT InOut: Name Type StatusCode OpcUa_StatusCode NoOfTargets OpcUa_Int32 Targets POINTER TO OpcUa_BrowsePathTarget
OpcUa_BrowsePathTarget (STRUCT) ¶ TYPE OpcUa_BrowsePathTarget : STRUCT InOut: Name Type TargetId OpcUa_ExpandedNodeId RemainingPathIndex OpcUa_UInt32
OpcUa_BrowseRequest (STRUCT) ¶ TYPE OpcUa_BrowseRequest : STRUCT InOut: Name Type RequestHeader OpcUa_RequestHeader View OpcUa_ViewDescription RequestedMaxReferencesPerNode OpcUa_UInt32 NoOfNodesToBrowse OpcUa_Int32 NodesToBrowse POINTER TO OpcUa_BrowseDescription
OpcUa_BrowseResponse (STRUCT) ¶ TYPE OpcUa_BrowseResponse : STRUCT InOut: Name Type ResponseHeader OpcUa_ResponseHeader NoOfResults OpcUa_Int32 Results POINTER TO OpcUa_BrowseResult NoOfDiagnosticInfos OpcUa_Int32 DiagnosticInfos POINTER TO OpcUa_DiagnosticInfo
OpcUa_BrowseResult (STRUCT) ¶ TYPE OpcUa_BrowseResult : STRUCT InOut: Name Type StatusCode OpcUa_StatusCode ContinuationPoint OpcUa_ByteString NoOfReferences OpcUa_Int32 References POINTER TO OpcUa_ReferenceDescription
OpcUa_AddNodesItem (STRUCT) ¶ TYPE OpcUa_AddNodesItem : STRUCT InOut: Name Type ParentNodeId OpcUa_ExpandedNodeId ReferenceTypeId OpcUa_NodeId RequestedNewNodeId OpcUa_ExpandedNodeId BrowseName OpcUa_QualifiedName NodeClass OpcUa_NodeClass NodeAttributes OpcUa_ExtensionObject TypeDefinition OpcUa_ExpandedNodeId
OpcUa_AddNodesRequest (STRUCT) ¶ TYPE OpcUa_AddNodesRequest : STRUCT InOut: Name Type RequestHeader OpcUa_RequestHeader NoOfNodesToAdd OpcUa_Int32 NodesToAdd POINTER TO OpcUa_AddNodesItem
OpcUa_AddNodesResponse (STRUCT) ¶ TYPE OpcUa_AddNodesResponse : STRUCT InOut: Name Type ResponseHeader OpcUa_ResponseHeader NoOfResults OpcUa_Int32 Results POINTER TO OpcUa_AddNodesResult NoOfDiagnosticInfos OpcUa_Int32 DiagnosticInfos POINTER TO OpcUa_DiagnosticInfo