dlpendofsync(3)
NAME
DlpEndOfSync - terminate the sync
LIBRARY
libpconn
SYNOPSIS
#include <palm.h> #include <pconn/pconn.h> int DlpEndOfSync(PConnection *pconn, const ubyte status);
DESCRIPTION
- DlpEndOfSync tells the Palm that the current sync is termi
- nated. This should be the last DLP call before closing the con
- nection.
- status specifies the exit status. 0 indicates a normal ter
- mination. For other exit statuses, see the DLPCMD_SYNCEND_* val
- ues in <pconn/dlp_cmd.h>.
RETURN VALUE
- DlpEndOfSync returns 0 if successful, or a negative value
- otherwise.
SEE ALSO
- libpconn(3), DlpResetSyncFlags(3), PConnClose(3).
- BSD Aug 16, 2001