Skip to content

Home > resol-vbus-core-nodejs > NetDiscoverOptions

NetDiscoverOptions interface

The options for the constructor of NetDiscover.

Signature:

typescript
export interface NetDiscoverOptions

Properties

Property

Modifiers

Type

Description

broadcastAddress?

string

(Optional) The address to send the broadcast to.

broadcastPort?

number

(Optional) The port to send the broadcast to.

broadcastTimeout?

number

(Optional) The timeout to wait for replies after each broadcast query.

broadcastTries?

number

(Optional) The count of tries to send the broadcast query.