MPDSSetupPortConfig

Syntax

#include <revolution/mp.h>
#include <revolution/mpds.h>
s32 MPDSSetupPortConfig ( const MPDSContext* context, MPConfig* config );

Arguments

context Pointer to an initialized MPDSContext structure.
config Pointer to the MPConfig structure that performs the port settings.

Return Values

Returns the processing results or a negative number if processing fails.

Description

This function performs the DataSharing port settings for the MPConfig structure.
The config argument must be configured with this function before the MPStartup function is called.
In addition, context must be initialized ahead of time with the MPDSInit() function.

See Also

MPError, MPDSInit(), MPConfig

Revision History

2007/11/28 Initial version.


CONFIDENTIAL