APIs

Show:

Server build Info

Constructor

BuildInfo

(
  • options
)

Parameters:

  • options Object
    • [productUri] String optional

      A description for the ProductUri Variable.

    • [manufacturerName] String optional

      the name of the manufacturer

    • [productName] String optional

      the product name

    • [softwareVersion] String optional

      the software version

    • [buildNumber] String optional

      the software build number

    • [buildDate] UtcTime optional

      the software build date

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

buildDate

UtcTime

the software build date

buildNumber

String

the software build number

manufacturerName

String

the name of the manufacturer

productName

String

the product name

productUri

String

A description for the ProductUri Variable.

softwareVersion

String

the software version