Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

libpisync(3) [opensolaris man page]

libpisock(3)							C Library Functions						      libpisock(3)

NAME
libpisock, libpisync - C interfaces for communicating with a PalmOS device DESCRIPTION
libpisock and libpisync are two core pilot-link libraries. pilot-link communicates with Palm handhelds using several methods and functions specific to these devices. In order to facilitate these communications, the functions are stored in a library which other applications can link to and gain access to those functions. gpilotd- control-applet(1) is one example of an application that does exactly this. FILES
The following files are used by this library: /usr/lib/libpisock.so pisock shared library /usr/lib/libpsync.so pisync shared library ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWpilot-link | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
gpilot-install-file(1), gpilotd(1), gpilotd-control-applet(1), pilot-xfer(1), libgpilotd(3), libgpilotdcm(3), libgpilotdconduit(3), attributes(5), gnome-interfaces(5) http://doxygen.pilot-link.org NOTES
Written by Jerry Yu, Sun Microsystems Inc., 2008. SunOS 5.11 30 Jul 2008 libpisock(3)

Check Out this Related Man Page

gpilot-install-file(1)						   User Commands					    gpilot-install-file(1)

NAME
gpilot-install-file - GNOME Pilot file conduit scheduler SYNOPSIS
gpilot-install-file [--now | --later] files DESCRIPTION
gpilot-install-file schedules files to be installed on a Palm PDA by the GNOME Pilot file conduit. OPTIONS
The following options are supported: --now Schedule the files for installation, then wait for the user to synchronize immediately. --later Schedule the files for installation, then exit. The files are installed at the next synchronization. OPERANDS
The following operands are supported: files List of files to be installed. EXAMPLES
Example 1: Using the GNOME Pilot File Conduit Scheduler to Install a File Immediately example% gpilot-install-file --now file1 EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/gpilot-install-file Executable for the GNOME Pilot file conduit scheduler ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-pilot | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
Latest version of the GNOME Desktop User Guide for your platform. gpilotd-control-applet(1), gpilotd(1), libgpilotd(3), libgpilotd(3), libgpilotdcm(3), libgpilotdconduit(3), libpisock(3), libpisync(3), attributes(5) NOTES
Original man page written by Mark Brown (broonie@sirena.org.uk). Updated by Laszlo Kovacs, Sun Microsystems Inc., 2004. SunOS 5.11 7 Sep 2004 gpilot-install-file(1)
Man Page