MavCompanion

interface MavCompanion<T : MavEnum>

The companion object for a MavEnum.

Inheritors

Functions

Link copied to clipboard
abstract fun getEntryFromValueOrNull(v: UInt): T?

Returns the entry corresponding to the given value if it exists in the enum, null otherwise.