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

    Interface ResponseRaw

    JSON API response raw data

    interface ResponseRaw {
        confirmation: string;
        confirmationTs: string;
        request: string;
        requestTs: string;
        response: string;
        responseTs: string;
    }
    Index

    Properties

    confirmation: string
    confirmationTs: string
    request: string
    requestTs: string
    response: string
    responseTs: string