AddressRR

data class AddressRR(val address: String, val uid: Int)

Address record type address is the String IP address uid is the UID of the app that's trying to access the address

Constructors

Link copied to clipboard
constructor(address: String, uid: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val uid: Int