#include <revolution/mp.h>
typedef struct MPPortCallbackInfo_Disconnected
{
u32 fromAid;
u32 reason;
u8 macAddress[6];
u8 padding[2];
} MPPortCallbackInfo_Disconnected;
This structure is used as a member of the MPPortCallbackInfo structure when the port receive callback function has been called as a result of disconnection from a child device.
| Member | Description |
|---|---|
| fromAid | AID of the child device of the disconnected party. |
| reason | Specifies the reason for disconnection. This is the same as the MPDisconnectReason enumerator. |
| macAddress | MAC address of the child device of the disconnected party. |
MPDisconnectReason, MPPortCallback, MPPortCallbackInfo
2006/11/28 Initial version.
CONFIDENTIAL