Controlling the NL2 Programmatically

The NL2 component must be running for any application to use the NL2.

To see if the NL2 component is already running, use Rtnl2GetComponentStatus. To start the NL2 component, use Rtnl2StartComponent.

Note: Rtnl2GetComponentStatus and Rtnl2StartComponent can be called by any RTSS or Windows application, and before Rtnl2Init.

To stop the NL2 component, use Rtnl2StopComponent.

Note: The Rtnl2StopComponent function can only be called when no NL2 client applications are running. Do not call It from an RTSS process attached to the NL2.