#include <nitro/wfs.h>
typedef struct WFSPacketBuffer
{
u8 *buffer; /* Send buffer or receive buffer */
int length; /* Maximum send size or receive size */
int bitmap; /* AID bitmap */
}
WFSPacketBuffer;
| buffer | Send buffer or receive buffer |
| length | Maximum send size or receive data size |
| bitmap | Bitmap indicating sending peers or receiving peers |
This structure represents packet information used by the MP communication packet send/receive hook functions of the WFS library.
WFS_CallServerPacketSendHook, WFS_CallServerPacketRecvHook, WFS_CallClientPacketSendHook, WFS_CallClientPacketRecvHook
2007/06/06 Initial version.
CONFIDENTIAL