APIs

Show:

A standard header included in all responses returned by servers.

Constructor

RegisterServer2Response

(
  • options
)

Parameters:

  • options Object

Methods

binaryStoreSize

() Number

Calculate the required size to store this object in a binary stream.

Returns:

Number:

decode

(
  • stream
)

decode the object from a binary stream

Parameters:

encode

(
  • stream
)

encode the object into a binary stream

Parameters:

isValid

() Boolean

verify that all object attributes values are valid according to schema

Returns:

Boolean:

toString

() String

Returns:

String:

Properties

configurationResults

StatusCode[]

List of results for the discovery configuration parameters.

diagnosticInfos

DiagnosticInfo[]

List of diagnostic information for the discovery configuration parameters. This list is empty if diagnostics information was not requested in the request header or if no diagnostic information was encountered in processing of the request.

responseHeader

ResponseHeader

A standard header included in all responses returned by servers.