IQRF Repository JavaScript client - v0.1.5
    Preparing search index...

    Interface OsDpaRaw

    OS&DPA version - raw response from the API

    interface OsDpaRaw {
        compatibility: number[];
        downloadPath: string;
        dpa: string;
        dpaAttributes: number;
        dpaDownloadPath: string;
        notes: string;
        os: string;
        osAttributes: number;
        osDownloadPath: string;
        osDpaID: number;
        osTrFamily: string;
        osVersion: string;
    }
    Index

    Properties

    compatibility: number[]
    downloadPath: string

    Use @link{OsDpa::dpaDownloadPath} instead

    dpa: string
    dpaAttributes: number
    dpaDownloadPath: string
    notes: string
    os: string
    osAttributes: number
    osDownloadPath: string
    osDpaID: number
    osTrFamily: string
    osVersion: string