Uses of Enum Class
com.cumulocity.microservice.customdecoders.api.util.REGISTER_DATA_TYPE
Packages that use REGISTER_DATA_TYPE
-
Uses of REGISTER_DATA_TYPE in com.cumulocity.microservice.customdecoders.api.util
Methods in com.cumulocity.microservice.customdecoders.api.util that return REGISTER_DATA_TYPEModifier and TypeMethodDescriptionstatic REGISTER_DATA_TYPEReturns the enum constant of this class with the specified name.static REGISTER_DATA_TYPE[]REGISTER_DATA_TYPE.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.cumulocity.microservice.customdecoders.api.util with parameters of type REGISTER_DATA_TYPEModifier and TypeMethodDescriptionstatic doubleValueTranslator.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