Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
* Server. If the Client does not want to get the next set of browse information,
* BrowseNext shall be called with this parameter set to TRUE.
*/
BrowseNextRequest.schema.fields[1].documentation =
"If TRUE the continuation points are released and no results are returned.";
/*
* A list of Server-defined opaque values that represent continuation points. The value for a continuation point
* was returned to the Client in a previous Browse or BrowseNext response. These values are used to identify the
* previously processed Browse or BrowseNext request that is being continued and the point in the result set
* from which the browse response is to continue
* Clients may mix continuation points from different Browse or BrowseNext responses.
*/
BrowseNextRequest.schema.fields[2].documentation = "The maximum number of references to return in the response.";
BrowseNextResponse.schema.documentation = "Browse the references for one or more nodes from the server address space.";
BrowseNextResponse.schema.fields[0].documentation = "A standard header included in all responses returned by servers.";
BrowseNextResponse.schema.fields[1].documentation = "The results for the browse operations.";
BrowseNextResponse.schema.fields[2].documentation = "The diagnostics associated with the results.";
BrowseRequest.schema.documentation = "Browse the references for one or more nodes from the server address space.";
BrowseRequest.schema.fields[0].documentation = "A standard header included in all requests sent to a server.";
/*
* An empty ViewDescription value indicates the entire AddressSpace.
* Use of the empty ViewDescription value causes all References of the nodesToBrowse to be returned. Use of any
* other View causes only the References of the nodesToBrowse that are defined for that View to be returned.
*/
BrowseRequest.schema.fields[1].documentation = "The view to browse.";
// Indicates the maximum number of references to return for each starting Node
// specified in the request. The value 0 indicates that the Client is imposing no
// limitation (see 7.5 for Counter definition).
BrowseRequest.schema.fields[2].documentation = "The maximum number of references to return in the response.";
BrowseRequest.schema.fields[3].documentation = "The list of nodes to browse.";
* BrowseNext response to free the resources for the continuation point in the
* Server. If the Client does not want to get the next set of browse information,
* BrowseNext shall be called with this parameter set to TRUE.
*/
BrowseNextRequest.schema.fields[1].documentation =
"If TRUE the continuation points are released and no results are returned.";
/*
* A list of Server-defined opaque values that represent continuation points. The value for a continuation point
* was returned to the Client in a previous Browse or BrowseNext response. These values are used to identify the
* previously processed Browse or BrowseNext request that is being continued and the point in the result set
* from which the browse response is to continue
* Clients may mix continuation points from different Browse or BrowseNext responses.
*/
BrowseNextRequest.schema.fields[2].documentation = "The maximum number of references to return in the response.";
BrowseNextResponse.schema.documentation = "Browse the references for one or more nodes from the server address space.";
BrowseNextResponse.schema.fields[0].documentation = "A standard header included in all responses returned by servers.";
BrowseNextResponse.schema.fields[1].documentation = "The results for the browse operations.";
BrowseNextResponse.schema.fields[2].documentation = "The diagnostics associated with the results.";
BrowseRequest.schema.documentation = "Browse the references for one or more nodes from the server address space.";
BrowseRequest.schema.fields[0].documentation = "A standard header included in all requests sent to a server.";
/*
* An empty ViewDescription value indicates the entire AddressSpace.
* Use of the empty ViewDescription value causes all References of the nodesToBrowse to be returned. Use of any
* other View causes only the References of the nodesToBrowse that are defined for that View to be returned.
*/
BrowseRequest.schema.fields[1].documentation = "The view to browse.";
// Indicates the maximum number of references to return for each starting Node
// specified in the request. The value 0 indicates that the Client is imposing no
// limitation (see 7.5 for Counter definition).
BrowseRequest.schema.fields[2].documentation = "The maximum number of references to return in the response.";