node-dmx
    Preparing search index...

    Type Alias RdmnetServiceInstance

    type RdmnetServiceInstance = {
        addresses: string[];
        host: string;
        name: string;
        port: number;
        source: "dns-sd" | "mdns";
        txt: Record<string, string>;
    }
    Index

    Properties

    addresses: string[]
    host: string
    name: string
    port: number
    source: "dns-sd" | "mdns"
    txt: Record<string, string>