MailExchangeRecord
public struct MailExchangeRecord
extension MailExchangeRecord: ResourceRecord
extension MailExchangeRecord: Hashable
Undocumented
-
Undocumented
Declaration
Swift
public var name: String
-
Undocumented
Declaration
Swift
public var type: UInt16
-
Undocumented
Declaration
Swift
public var internetClass: InternetClass
-
Undocumented
Declaration
Swift
public var unique: Bool
-
Undocumented
Declaration
Swift
public var ttl: UInt32
-
Undocumented
Declaration
Swift
public var priority: UInt16
-
Undocumented
Declaration
Swift
public var exchangeServer: String
-
Undocumented
Declaration
Swift
public init(name: String, type: UInt16, internetClass: InternetClass, unique: Bool, ttl: UInt32, priority: UInt16, exchangeServer: String)
-
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 == (lhs: MailExchangeRecord, rhs: MailExchangeRecord) -> Bool