CustomPipEvent

data class CustomPipEvent(val typeCode: Int) : PipEvent

Constructors

Link copied to clipboard
constructor(typeCode: Int)

Properties

Link copied to clipboard
val typeCode: Int

Functions

Link copied to clipboard
operator fun component1(): Int
Link copied to clipboard
fun copy(typeCode: Int): PipEvent.CustomPipEvent