palm-sync
    Preparing search index...

    Interface ConduitData

    Incapsulates data related to syncing

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

    Properties

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