palm-sync
    Preparing search index...

    Interface ConduitData

    Incapsulates data related to syncing

    interface ConduitData {
        dbList: DlpDBInfoType[] | null;
        palmID: PalmDeviceIdentification;
        syncType: SyncType | null;
    }
    Index

    Properties

    dbList: DlpDBInfoType[] | null
    syncType: SyncType | null