CombinedBitsDescriptor

class CombinedBitsDescriptor


Represents a group of bits in a bitmap.

Summary

Public constructors

CombinedBitsDescriptor(startBit: UInt, endBit: UInt, name: String)

Public properties

UInt
String

This property is deprecated. This field is deprecated and will be removed in a future version.

UInt

Public constructors

CombinedBitsDescriptor

CombinedBitsDescriptor(startBit: UInt, endBit: UInt, name: String = "")

Public properties

endBit

val endBitUInt

name

val nameString

startBit

val startBitUInt