ContactProfileLinkChannelEndPoint

data class ContactProfileLinkChannelEndPoint(val endPointName: String, val ipAddress: String? = null, val port: String, val protocol: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of an end point.

Link copied to clipboard
val ipAddress: String? = null

IP address of an end point.

Link copied to clipboard

TCP port to listen on to receive data.

Link copied to clipboard

Protocol of an end point. Possible values are TCP and UDP.