Service Address
data class ServiceAddress(val host: String, val port: Int, val interfaceName: String, val qrCodeApi: String? = null)
A simple structure for enumerating address-port-interface triples.
A simple structure for enumerating address-port-interface triples.