Function readDbList

  • Read list of all databases from a Palm OS device.

    Parameters

    • dlpConnection: DlpConnection
    • storageTypes: {
          ram: boolean;
          rom: boolean;
      }

      Which type of storage to include.

      • ram: boolean

        Whether to include databases in RAM.

      • rom: boolean

        Whether to include databases in ROM.

    • opts: {
          cardNo?: number;
      } = {}
      • OptionalcardNo?: number

        Card number on the Palm OS device (typically 0).

    Returns Promise<DlpDBInfoType[]>