ItemByteOrder

@SerialInfo
@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class ItemByteOrder(val order: ByteOrder = ByteOrder.LEAST_SIGNIFICANT_FIRST)

Applies com.splendo.kaluga.bluetooth.serialization.ByteOrder to any Item in a List.

Properties

Link copied to clipboard