node-dmx
    Preparing search index...

    Type Alias ArtPollOptions

    Bitfield flags/options for an ArtPoll packet.

    type ArtPollOptions = {
        diagnosticsUnicast?: boolean;
        priority?: DiagnosticsPriority;
        sendDiagnostics?: boolean;
        sendDiagnosticsOnChange?: boolean;
        sendIeee?: boolean;
        sendInputOnChange?: boolean;
        sendNodeReportOnData?: boolean;
    }
    Index

    Properties

    diagnosticsUnicast?: boolean
    sendDiagnostics?: boolean
    sendDiagnosticsOnChange?: boolean
    sendIeee?: boolean
    sendInputOnChange?: boolean
    sendNodeReportOnData?: boolean