Underlying transport stream.
Additional options.
System information about the Palm OS device.
Configured at the beginning of a HotSync session, so application level sync logic can assume this information is available by the time it runs.
HotSync user information.
Configured at the beginning of a HotSync session, so application level sync logic can assume this information is available by the time it runs.
OptionalignoreErrorCode?: boolean | DlpRespErrorCode | DlpRespErrorCode[]Whether to throw an error when the response has a non-zero error code.
By default, execute() will throw an error when the response has a
non-zero error code.
If ignoreErrorCode is set to true, execute() will ignore non-zero error
codes and return the response as-is.
If ignoreErrorCode is set to one or more error codes, execute() will
ignore those specific error codes but will still throw an error for
other error codes.
Connection to a Palm OS device using the DLP protocol.
This class provides a high-level interface for executing DLP commands.