#include <revolution/mp.h>
s32 MPGetLinkLevel ( void );
None.
Returns the current link level as a numeric value between 0 and 3. If it fails, it returns a negative value.
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.
2006/07/02 Initial version.
CONFIDENTIAL