SpectrumApplicationOriginPortRange

data class SpectrumApplicationOriginPortRange(val end: Int, val start: Int)

Constructors

Link copied to clipboard
constructor(end: Int, start: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val end: Int

Upper bound of the origin port range.

Link copied to clipboard
val start: Int

Lower bound of the origin port range.