ST2110Nic class
Properties
| Property | Type | Description |
|---|---|---|
Promise<void> |
Resolves once the NIC is actually usable: MTL_Init / MTL_Start have completed inside the isox host and an IP address is known (from static config or DHCP). Rejects with the failure reason if any later step in the bring-up errors — including the deep zig-side preflight, which fires asynchronously after |
|
((ipAddress: string) ⇒ void)[] |
||
Promise<void> |
Resolves once the server-side gen_server is up and its preflight validation has passed (i.e. the NIC accepts commands), but BEFORE MTL_Init / MTL_Start have completed and BEFORE any IP address has been learned. Use this when downstream resource creation (NMOS devices, senders, receivers) can proceed without the wire being live yet — Norsk will queue any operation that requires MTL until MTL_Start completes. Use |
Methods
| Method | Modifiers | Description |
|---|---|---|
Resolves to the primary NIC’s assigned IP. For 2022-7 hosts use |
||
Per-port IPs in NIC order (primary first). Length is 1 for single- port hosts and 2 for ST 2022-7 hosts. Resolves only once every port’s IP is known (relevant for DHCP NICs that arrive independently). |