rdlp_pluggedin(3)
NAME
RDLP_PluggedIn - tests whether a PalmOS device is plugged in
LIBRARY
libpconn
SYNOPSIS
#include <palm.h> #include <pconn/pconn.h> int RDLP_PluggedIn(PConnection *pconn);
DESCRIPTION
- Presumably, RDLP_PluggedIn tests whether the Palm is plugged
- into a cradle. Of course, if you're calling this over a serial or
- USB connection, then it is trivially true.
RETURN VALUE
- Presumably returns a non-zero value if the Palm is plugged
- into a cradle, and 0 if it isn't.
SEE ALSO
libpconn(3), new_PConnection(3).
BUGS
- This function is untested.
- BSD Aug 16, 2001