MPPortCallbackInfo_DataReceived

Definitions


#include <revolution/mp.h>

typedef struct MPPortCallbackInfo_DataReceived
{
    u32 fromAid;

    void* data;
    u32 length;
    u32 seqNo;
} MPPortCallbackInfo_DataReceived;

Description

This structure is used as a member of the MPPortCallbackInfo structure when the port receive callback function has been called when the port receive callback function has received data.

Member Description
fromAid AID of the sender of received data.
data Data that has been received.
length Length of received data.
seqNo Indicates the sequence number for received data for ports performing sequential communications.

See Also

MPPortCallback, MPPortCallbackInfo

Revision History

2007/11/28 Made revisions in conjunction with the implementation of sequential communications.
2006/11/28 Initial version.


CONFIDENTIAL