man RDLP_PluggedIn (Fonctions bibliothèques) - RDLP_PluggedIn
NAME
RDLP_PluggedIn - tests whether a PalmOS device is plugged in
LIBRARY
libpconn
SYNOPSIS
#include <palm.h>#include <pconn/pconn.h>RDLP_PluggedIn PConnection *pconn
DESCRIPTION
Presumably, 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
BUGS
This function is untested.