1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3<HEAD> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<META http-equiv="Content-Style-Type" content="text/css"> 6<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 7<TITLE>EXIProbe</TITLE> 8</HEAD> 9<BODY> 10<H1>EXIProbe</H1> 11<H2>C Specification</H2> 12<DL> 13 <DD> 14 <PRE><CODE>#include <revolution/os/OSExpansion.h></CODE></PRE> 15 <DD> 16<PRE><CODE>BOOL EXIProbe(s32 chan);</CODE></PRE> 17</DL> 18<H2>Arguments</H2> 19<TABLE cellpadding="3" cellspacing="0.1" border="1"> 20 <TBODY> 21 <TR> 22<TD width="120" bgcolor="#ffffe8"><CODE><B><I><STRONG><EM><CODE>chan</CODE></EM></STRONG></I></B></CODE></TD> 23<TD width="520">EXI channel number to verify.</TD> 24 </TR> 25 </TBODY> 26</TABLE> 27<H2>Return Values</H2> 28<P><CODE>TRUE</CODE> if a device is inserted in the specified slot. Otherwise, returns <CODE>FALSE</CODE>.</P> 29<H2>Description</H2> 30<P>Verifies if a device is present on the specified channel.</P> 31 32<H2>See Also</H2> 33<P><A href="../os/toc.html" target="contents">OS Functions</A><BR> <CODE><A href="EXIProbeEx.html">EXIProbeEx</A></CODE></P> 34<H2>Revision History</H2> 35<P>2006/03/01 Initial version.</P> 36<hr> 37<P>CONFIDENTIAL</p> 38</BODY> 39</HTML>