Package-level declarations

Types

Link copied to clipboard
object Constants

Constants used in the library

Functions

Link copied to clipboard

Capture substances from ByteArray and convert it to ArrayList

Link copied to clipboard

Capture boolean values from ByteArray

Link copied to clipboard

Capture BooleanArray values from ByteArray

Link copied to clipboard

Capture Double values from ByteArray

Link copied to clipboard

Capture Double array with orientation data from ByteArray and convert it to OrientationVector

Link copied to clipboard

Capture Double array from ByteArray and convert it to Vector

Link copied to clipboard
fun ByteArray.getFloat(index: Int): Float

Capture Float values from ByteArray

Link copied to clipboard

Capture FloatArray values from ByteArray

Link copied to clipboard

Capture Float array with orientation data from ByteArray and convert it to OrientationVector

Link copied to clipboard

Capture Float array from ByteArray and convert it to Vector

Link copied to clipboard

Convert uInt to a GameType

Link copied to clipboard

Transform Long from ByteArray and format to Long speed in km/h

Link copied to clipboard
fun ByteArray.getString(index: Int, length: Int = Constants.STRING_SIZE): String

Capture String values from ByteArray

Link copied to clipboard
fun ByteArray.getUInt(index: Int): UInt

Capture UInt values from ByteArray

Link copied to clipboard
fun ByteArray.getUIntArray(index: Int, count: Int): ArrayList<UInt>

Capture UIntArray values from ByteArray

Link copied to clipboard
fun ByteArray.getULong(index: Int): ULong

Capture ULong values from ByteArray

Link copied to clipboard
fun getVersion(majorVersion: UInt, minorVersion: UInt): Double

Transform raw versions to a formatted version