Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a multicast DNS service object as resolved by the MulticastDnsDiscovery.findMulticastDnsService and MulticastDnsDiscovery.publishMulticastDnsService methods.

Note: This interface just reexposes the members of the bonjour.BaseService interface defined in the npm bonjour package.

Hierarchy

  • BaseService
    • MulticastDnsService

Index

Properties

fqdn

fqdn: string

host

host: string

name

name: string

port

port: number

protocol

protocol: string

subtypes

subtypes: string[]

txt

txt: {}

Type declaration

  • [key: string]: string

type

type: string

Generated using TypeDoc