ST2110NmosNodeSettings interface

Settings to create an ST2110 NMOS Node see: NorskSystemST2110.node()

Signature:

export interface ST2110NmosNodeSettings

Properties

Property Type Description

chassisId?

string

(Optional)

clocks

ST2110Clock[]

description

string

hostname

string

interfaces?

{ name: string; macAddress: string; }[]

(Optional)

ip

string

label

string

onClose?

(() ⇒ Promise<void>) | (() ⇒ void)

(Optional)

onError?

(error: Error) ⇒ void

(Optional)

tags

{ [k: string]: string[]; }