WFSPacketBuffer

Definition

#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;

Elements

buffer Send buffer or receive buffer
length Maximum send size or receive data size
bitmap Bitmap indicating sending peers or receiving peers

Description

This structure represents packet information used by the MP communication packet send/receive hook functions of the WFS library.

See Also

WFS_CallServerPacketSendHook, WFS_CallServerPacketRecvHook, WFS_CallClientPacketSendHook, WFS_CallClientPacketRecvHook

Revision History

2007/06/06 Initial version.


CONFIDENTIAL