Event

data class Event(val data: Int, val bufferLength: Int = -1)

Created by pedro on 21/04/21.

Constructors

Link copied to clipboard
constructor(data: Int, bufferLength: Int = -1)

Properties

Link copied to clipboard
Link copied to clipboard
val data: Int