1.3.3.25 SYS_NET_Close Function

C

void SYS_NET_Close ( SYS_MODULE_OBJ object )

Summary

Deinitializes the specific instance of the NET System service

Description

This function deinitializes the specific module instance disabling its operation. Resets all of the internal data structures and fields for the specified instance to the default settings.

Precondition

The SYS_NET_Open function should have been called before calling this function.

Parameters

ParamDescription
objectSYS NET object handle, returned from SYS_NET_Open

Returns

None.

Example

// Handle "objSysNet" value must have been returned from SYS_NET_Open.

SYS_NET_Close (objSysNet);

Remarks

Once the Open operation has been called, the Close operation must be called before the Open operation can be called again.