EndPointResponse

data class EndPointResponse(val endPointName: String, val ipAddress: String, val port: String, val protocol: String)

Customer end point to store and retrieve data during a contact with the spacecraft.

Constructors

Link copied to clipboard
constructor(endPointName: String, ipAddress: String, 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

IP Address (IPv4).

Link copied to clipboard

TCP port to listen on to receive data.

Link copied to clipboard

Protocol either UDP or TCP.