APIs

Show:

Constructor

ServerOnNetwork

(
  • 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

discoveryUrl

String

The URL of the discovery Endpoint.

recordId

UInt32

A unique identifier for the record. This can be used to fetch the next batch of Servers in a subsequent call to FindServersOnNetwork

serverCapabilities

String

The set of Server capabilities supported by the Server.The set of allowed Server capabilities are defined in Part 12

serverName

String

The name of the Server specified in the mDNS announcement (see Part 12).This may be the same as the ApplicationName for the Server.