ByteOrder

annotation class ByteOrder(val order: ByteOrder = ByteOrder.LEAST_SIGNIFICANT_FIRST)

Annotation added for serializing using BluetoothFormat

When applied, the com.splendo.kaluga.base.bytes.ByteOrder in which this element is encoded is set to order. When applied to a class or collection, a InvalidByteOrderException may be thrown if the byte order changed.

Properties

Link copied to clipboard

the com.splendo.kaluga.base.bytes.ByteOrder in which to encode the element.