Contents Index Palm devices Deployment considerations

MobiLink Synchronization User's Guide
  Server-Initiated Synchronization

Listener Software Development Kit


If you want to use remote devices that are not currently supported by MobiLink server-initiated synchronization, you can use the Listener Software Development Kit to create Listeners for those devices. The Listener SDK is a simple program API that is provided to help you extend the Listener utility.

You can use the Listener SDK to create Listeners for new Palm devices, or for new wireless network adapters for CE or laptops. The SDK provides development material for both Windows (32-bit and CE) and Palm operating systems.

The MobiLink Listener SDK and sample implementations are located in the following files. All are located in the MobiLink\ListenerSDK directory in your installation path.

Windows Files Description
\Win32andCE\Win32_VC\lsn.def Visual C++ module definition for the Listener library.
\Win32andCE\CE_EVC\lsn.def Embedded Visual C module definition for the Listener library.
\Win32andCE\src\lsn.h Win32 and CE Listener library API.
\Win32andCE\src\swi510.c Sierra Wireless AirCard 510 implementation.
Win32andCE\src\udp.c UDP implementation.
Palm Files Description
\Palm\68k\cw\lib\PalmLsn.lib Runtime library for Palm Listeners. This provides a message handling routine, Listener controls, and a handler editor.
\Palm\68k\cw\rsc\... Contains UI resources for the Palm Listener.
\Palm\src\PalmLsn.h Runtime library header and Palm Listener API.
\Palm\src\Kyocera6035.c Kyocera 6035 implementation.
\Palm\src\Treo180.c Treo180 implementation.

Contents Index Palm devices Deployment considerations