BonjourHost

struct BonjourHost : Equatable, Hashable, Identifiable

Struct for a Kodi host found by the Bonjour browser

  • id

    The ID of the bonjour host

    Declaration

    Swift

    public var id: String { get }
  • The name of the Kodi service

    Note

    This is the name set in Kodi

    Declaration

    Swift

    public var name: String
  • ip

    The IP V4 address of the host

    Declaration

    Swift

    public var ip: String
  • The port of the host

    Declaration

    Swift

    public var port: Int
  • new

    Bool if thIs this host is new or not

    Declaration

    Swift

    public var new: Bool { get }