NorskSystemST2110.nicAfterPreflight() method
Like nic, but resolves once the server-side gen_server is up and preflight validation has passed — without waiting for MTL_Init / MTL_Start to finish. Useful for orchestration paths that want downstream component creation (NMOS devices, senders, receivers) to overlap with NIC bring-up. The returned NIC’s initialised Promise still resolves when MTL is fully ready, if you want to await it separately before sending or receiving packets.
Signature:
nicAfterPreflight(settings: ST2110NicSettings): Promise<ST2110Nic>;