NetInit

This function initializes the RMNet session and must be called before any other RMNet calls; otherwise, an error code will be returned in response-status.

Usage

CALL "NetInit"
         GIVING
         status-code.

Parameters

status-code A numeric item that, if nonzero, indicates the request encountered an error. In this case, the string representation of the error may be obtained by calling NetGetError.