![]() |
Home |
|
Function xn_rtip_initInitialize the network stack. int xn_rtip_init(void); Returns 0 if successful, otherwise SOCKET_ERROR. If an error occurred, call xn_getlasterror and xn_geterror_string to return the error value. Error Codes further describes each error. This routine must be called at startup to initialize the stack. If RTIP-32 has already been initialized, call xn_rtip_restart to reinitialize if necessary.
|