BonjourHost
struct BonjourHost : Equatable, Hashable, Identifiable
Struct for a Kodi host found by the Bonjour browser
-
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 KodiDeclaration
Swift
public var name: String
-
The IP V4 address of the host
Declaration
Swift
public var ip: String
-
The port of the host
Declaration
Swift
public var port: Int
-
Bool if thIs this host is new or not
Declaration
Swift
public var new: Bool { get }