IQRF Gateway Daemon JavaScript Utilities - v0.1.5
    Preparing search index...

    Interface ResponseData

    JSON API response data interface

    interface ResponseData {
        errorStr?: string;
        insId?: string;
        msgId: string;
        raw?: ResponseRaw[];
        rsp: Record<string, any>;
        status: number;
        statusStr?: string;
    }
    Index

    Properties

    errorStr?: string
    insId?: string
    msgId: string
    raw?: ResponseRaw[]
    rsp: Record<string, any>
    status: number
    statusStr?: string