MPFSPortCallback

C Specification

#include <revolution/mpfs.h>
void    MPFSPortCallback( s32 type, MPPortCallbackInfo* info );
  

Arguments

It is not necessary for the application to call this function directly.

Return Values

It is not necessary for the application to call this function directly.

Description

This function is the MP communications port callback function for operating the MPFS library.
This callback must be configured in advance by the application for one of the ports in the MPConfig structure specified by the MPStartup() function call.

See Also

MPStartup, MPConfig

Revision History

2007/02/09 Initial version.


CONFIDENTIAL