NodeNetworkEndpoint

data class NodeNetworkEndpoint(val ipAddress: String? = null, val port: Int? = null)

Constructors

Link copied to clipboard
constructor(ipAddress: String? = null, port: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ipAddress: String? = null

(Output) The IP address of this network endpoint.

Link copied to clipboard
val port: Int? = null

(Output) The port of this network endpoint.