MPGetLinkLevel

C Specification

#include <revolution/mp.h>
s32 MPGetLinkLevel ( void );

Arguments

None.

Return Values

Returns the current link level as a numeric value between 0 and 3. If it fails, it returns a negative value.

Description

Gets the current link level. Returns one of four values from 0 to 3. This can be called at any time after the initialization that occurs when MPStartup() is called.

When several devices are connected, the value returned is based on the weakest link level among all the connection targets.

See Also

MPError

Revision History

2006/07/02 Initial version.


CONFIDENTIAL