PortReference

@Serializable
data class PortReference(val step: Int, val port: Int = 0)

Constructors

Link copied to clipboard
constructor(step: Int, port: Int = 0)

Properties

Link copied to clipboard
val port: Int = 0
Link copied to clipboard
val step: Int