APIs

Show:

Constructor

ServerDiagnosticsSummary

(
  • options
)

Parameters:

  • options Object
    • [serverViewCount] UInt32 optional
    • [currentSessionCount] UInt32 optional
    • [cumulatedSessionCount] UInt32 optional
    • [securityRejectedSessionCount] UInt32 optional
    • [rejectedSessionCount] UInt32 optional
    • [sessionTimeoutCount] UInt32 optional
    • [sessionAbortCount] UInt32 optional
    • [currentSubscriptionCount] UInt32 optional
    • [cumulatedSubscriptionCount] UInt32 optional
    • [publishingIntervalCount] UInt32 optional
    • [securityRejectedRequestsCount] UInt32 optional
    • [rejectedRequestsCount] UInt32 optional

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