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

    Interface JsonMessage

    JSON message interface

    interface JsonMessage {
        msgId: string;
        mType: string;
        request: string;
        response: string[];
        timestamp: string;
    }
    Index

    Properties

    msgId: string
    mType: string
    request: string
    response: string[]
    timestamp: string