DaemonEndpoint

data class DaemonEndpoint(val Port: Int)

DaemonEndpoint contains information about a single Daemon endpoint.

Constructors

Link copied to clipboard
constructor(Port: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val Port: Int

Port number of the given endpoint.