OptionalcardCard number on the Palm OS device (typically 0).
OptionaldbPre-fetched DlpDBInfoType for the database.
On Palm OS 2.x and earlier, there is no way to get a DlpDBInfoType for a single database as DlpFindDBByName is not supported. Instead, we need to use DlpReadDBList to read DlpDBInfoType for all databases on the device. So if doing a bulk backup, we should call DlpReadDBList first and pass in the corresponding DlpDBInfoType in each call to readDb().
OptionalincludeWhether to include deleted / archived records.
Options to readDb and readRawDb.