EXIProbeEx

C Specification

#include <revolution/os/OSExpansion.h>
s32 EXIProbeEx(s32 chan);

Arguments

chan EXI channel number to verify.

Return Values

-1 if a device isn't present. 0 if still checking. 1 if a device is present.

Description

Verifies if a device is present on the specified channel.

See Also

OS Functions
EXIProbe

Revision History

03/01/2006 Initial version.