Uses of Enum Class
com.cumulocity.microservice.customdecoders.api.util.BIT_BYTE_WORD_ORDER
-
Uses of BIT_BYTE_WORD_ORDER in com.cumulocity.microservice.customdecoders.api.util
Modifier and TypeMethodDescriptionstatic BIT_BYTE_WORD_ORDER
Returns the enum constant of this class with the specified name.static BIT_BYTE_WORD_ORDER[]
BIT_BYTE_WORD_ORDER.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic byte[]
DecoderUtils.reorder
(byte[] raw, BIT_BYTE_WORD_ORDER order) Reorder the input byte array based on Bits, Bytes, Byte Word or Wordsstatic double
ValueTranslator.translate
(byte[] raw, REGISTER_DATA_TYPE valueType, boolean signed, boolean reverseBitEndianness, BIT_BYTE_WORD_ORDER order, int multiplier, int divisor, int rightShift) Translates the given input byte array based on the provided options