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

    Interface BinoutParams

    Standard BinaryOutput parameters interface

    interface BinoutParams {
        index: number;
        state: boolean;
        time?: number;
    }
    Index

    Properties

    Properties

    index: number
    state: boolean
    time?: number