Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » MobiLink - Server-Initiated Synchronization » MobiLink Listener SDK for Palm » Message processing interface

PalmLsnCheckConfigDB function Next Page

palm_lsn_ret enumeration


The palm_lsn_ret enumeration specifies the possible message processing return codes.

Prototype

typedef enum {
PalmLsnOk = errNone,
PalmLsnMissingConfig = appErrorClass,
PalmLsnProblemReadingConfig,
PalmLsnProblemParsingCmd,
PalmLsnOutOfMemory,
PalmLsnUnrecognizedAction,
PalmLsnRunMissingApp
} palm_lsn_ret;

Parameters
ValueDescription
PalmLsnOkThe function call is successful. This value contains the same value as errNone, a Palm error code indicating no error.
PalmLsnMissingConfigIndicates a missing Palm Listener configuration database. This field contains the same value as the Palm error code appErrorClass, indicating an application-defined error.
PalmLsnProblemReadingConfigIndicates an error reading the Palm Listener configuration database.
PalmLsnProblemParsingCmdIndicates an inability to process the command stored in the Palm Listener configuration database.
PalmLsnOutOfMemoryThe function does not run to completion due to an error while allocating memory for message processing.
PalmLsnUnrecognizedActionThe Listener does not support an action specified in the Palm Listener configuration database.
PalmLsnRunMissingAppThe Listener cannot launch the application specified in the run action.
See also