NWC24IsNewMsgArrived

C Specification

#include <revolution/nwc24.h>
int NWC24IsNewMsgArrived( void );

Description

Returns whether any new messages have arrived since the last time NWC24OpenLib() or NWC24CloseLib() were called. This status flag is cleared the next time NWC24OpenLib() is called.

Arguments

None.

Return Values

1: New messages have arrived.
0: No new messages.

See Also

NWC24OpenLib, NWC24CloseLib

Revision History

2006/09/10 Changed the referents to NWC24OpenLib and NWC24CloseLib.
2006/08/01 Initial version.


CONFIDENTIAL