HostRecord
public struct HostRecord<IPType> where IPType : IP
extension HostRecord: ResourceRecord
extension HostRecord: Hashable
Undocumented
-
Undocumented
Declaration
Swift
public var name: String -
Undocumented
Declaration
Swift
public var unique: Bool -
Undocumented
Declaration
Swift
public var internetClass: InternetClass -
Undocumented
Declaration
Swift
public var ttl: UInt32 -
Undocumented
Declaration
Swift
public var ip: IPType -
Undocumented
Declaration
Swift
public init(name: String, unique: Bool = false, internetClass: InternetClass = .internet, ttl: UInt32, ip: IPType) -
Undocumented
Declaration
Swift
public func serialize(onto buffer: inout Data, labels: inout Labels) throws -
Declaration
Swift
public func hash(into hasher: inout Hasher) -
Declaration
Swift
public static func == <IPType>(lhs: HostRecord<IPType>, rhs: HostRecord<IPType>) -> Bool where IPType : IP
View on GitHub
Install in Dash
HostRecord Structure Reference