#include <revolution/nwc24.h>
NWC24Err NWC24InitMsgObj( NWC24MsgObj* obj, NWC24MsgType type );
Initializes the message object used to create a new message.
To call the NWC24SetMsg* type functions and configure various settings, the message object must be initialized first.
obj |
Pointer to the message object to be initialized. | ||||||||||||
type |
Message type
|
NWC24_OK: Ended normally.
NWC24_ERR_INVALID_VALUE: Invalid message type specified in type.
2006/09/21 Revised the description for each message type again.
2006/08/29 Revised the description for each message type.
2006/08/01 Initial version.
CONFIDENTIAL