FlagWidth

@SerialInfo
@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class FlagWidth(val bits: Int = 1)

Annotation added for serializing using BluetoothFormat

When applied, the width of the flags to be used by this element will be at minimum bits bits

Properties

Link copied to clipboard
val bits: Int = 1

the number of bits the flag for this property will take up at a minimum