Contact Profile Link Channel End Point
data class ContactProfileLinkChannelEndPoint(val endPointName: String, val ipAddress: String? = null, val port: String, val protocol: String)
Constructors
Link copied to clipboard
fun ContactProfileLinkChannelEndPoint(endPointName: String, ipAddress: String? = null, port: String, protocol: String)