Initializes the socket function system to asynchronous.

Syntax

void InitSc(void);

Parameters

None

Return value

None

Remarks

Initializes the socket function system to asynchronous.
After that, only Asynchronous socket functions can be used, and they cannot be mixed with Synchronous socket functions.

Requirements

Header file:
lib.h
Library file:
libSTARTUPOPH5000.a

Sample

Last updated: 2020/11/26