InterfaceEventsMessage

Interface events compress the IF_SETEVENTS packet's payload into a helper class.

Constructors

Link copied to clipboard
constructor(interfaceId: Int, componentId: Int, start: Int, end: Int, events: Int)
constructor(combinedId: Int, start: Int, end: Int, events: Int)

Properties

Link copied to clipboard
Link copied to clipboard

the component on that interface to set the events on

Link copied to clipboard
val end: Int

the end subcomponent id (inclusive)

Link copied to clipboard
val events: Int

the bitpacked events

Link copied to clipboard

the interface id on which to set the events

Link copied to clipboard
val start: Int

the start subcomponent id

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String