setShortSlot

fun setShortSlot(field: IntegerSlotsEnum, shortIndex: Int, aShort: Int)

Store the (16-bit unsigned) short at the given short-index of the receiver.

Parameters

field

The enumeration value that identifies the base field.

shortIndex

The one-based index in shorts.

aShort

The short to store at the given short-index, passed as an Int for safety.