APIs

Show:

Activates a session with the server.

Constructor

ActivateSessionResponse

(
  • options
)

Parameters:

  • options Object
    • [responseHeader] ResponseHeader optional

      A standard header included in all responses returned by servers.

    • [serverNonce] ByteString optional

      A random number generated by the server.

    • [results] StatusCode[] optional

      Any errors during validation of the software certificates.

    • [diagnosticInfos] DiagnosticInfo[] optional

      The diagnostics associated with the software certificates results.

Methods

binaryStoreSize

() Number

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

Returns:

Number:

decode

(
  • stream
  • [option]
)

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

diagnosticInfos

DiagnosticInfo[]

The diagnostics associated with the software certificates results.

responseHeader

ResponseHeader

A standard header included in all responses returned by servers.

results

StatusCode[]

Any errors during validation of the software certificates.

serverNonce

ByteString

A random number generated by the server.