1.3.3.21 SYS_NET_Initialize Function

C

int32_t SYS_NET_Initialize()

Summary

Returns success/ failure for initialization of data structures of the NET service

Description

This function is used for initializing the data structures of the NET service and is called from within the System Task.

Returns

SYS_NET_SUCCESS - Indicates the data structures were initialized successfully

SYS_NET_FAILURE - Indicates that it failed to initialize the data structures.

Example

if( SYS_NET_Initialize() == SYS_NET_SUCCESS)
{
}

Remarks

If the Net system service is enabled using MHC, then auto generated code will take care of Net System Service initialization.