1.7.3.24 SYS_WSS_Task Function

C

void SYS_WSS_Task(SYS_MODULE_OBJ obj)

Summary

Executes the SYS NET service and handles the WSS service timer processing.

Description

Precondition

SYS_WSS_Initialize() should have been called before calling this function

Parameters

Application can pass NULL as argument. The service will internally take care about the network handles

Returns

Always returns 0.

Example

while(1)
{
    ...
    SYS_WSS_Task(NULL);
    ...
}