node-dmx
    Preparing search index...

    Interface ArtNetDiscoveryEvents

    interface ArtNetDiscoveryEvents {
        error: [Error];
        reply: [ArtPollReply];
    }
    Index

    Properties

    Properties

    error: [Error]

    Socket-level errors.

    reply: [ArtPollReply]

    Emitted for each valid ArtPollReply packet.