RtfwStartNAL

RtfwStartNAL starts the Network Abstraction Layer (NAL).

Syntax

bool RtfwStartNAL(
);

Parameters

This function has no parameters.

Return Value

The function returns true and starts the NAL if it succeeds. Otherwise, it returns false. Call GetLastError for additional error information.

Possible error codes:

Error Code Meaning
RT_ERROR_SUBSYSTEM_NOT_STARTED The Subsystem is not started.
RT_ERROR_TIMEOUT_STARTING_NAL A timeout occurred before the NAL reported it had started.
RT_ERROR_NAL_STARTED The NAL is already started.
RT_ERROR_NAL_TERMINATED_UNEXPECTEDLY The NAL terminated unexpectedly.

Requirements

Minimum Required Version RTX64 4.0
Header RtfwAPI.h
Library RtfwAPI.lib

See Also:

RtfwStopNAL

RtfwStartTCPIPStack

RtfwStopTCPIPStack

RtfwGetNALStatus

RtfwGetTCPIPStatus

RtfwGetNALClientProcessIDs

RtfwGetTCPIPClientProcessIDs

RtfwGetNetworkInterfacesStatus

RtfwGetSubsystemStatus

RtfwStopSubsystem