NWC24CloseLib

C Specification

#include <revolution/nwc24.h>
NWC24Err NWC24CloseLib( void );

Description

Terminates the execution of message-related functions started by NWC24OpenLib() and restarts the automatic send/receive feature.
The memory region allocated for NWC24OpenLib() can be deallocated.

Arguments

None.

Return Values

NWC24_OK: Ended normally
NWC24_ERR_LIB_NOT_OPENED: Already in the closed state
NWC24_ERR_FILE_***: Problem with internal management file operations

See Also

NWC24OpenLib

Revision History

2006/09/10 Changed the function name from NWC24CloseMsgLib to NWC24CloseLib.
2006/08/01 Initial version.


CONFIDENTIAL