Uses of Enum
org.apache.plc4x.java.knxnetip.readwrite.KnxDatapointType
Packages that use KnxDatapointType
Package
Description
-
Uses of KnxDatapointType in org.apache.plc4x.java.knxnetip.ets.model
Methods in org.apache.plc4x.java.knxnetip.ets.model that return KnxDatapointTypeConstructors in org.apache.plc4x.java.knxnetip.ets.model with parameters of type KnxDatapointTypeModifierConstructorDescriptionGroupAddress(String groupAddress, String name, KnxDatapointType type, Function function) -
Uses of KnxDatapointType in org.apache.plc4x.java.knxnetip.readwrite
Methods in org.apache.plc4x.java.knxnetip.readwrite that return KnxDatapointTypeModifier and TypeMethodDescriptionstatic KnxDatapointTypeKnxDatapointType.enumForValue(long value) static KnxDatapointTypeKnxDatapointType.firstEnumForFieldDatapointMainType(KnxDatapointMainType fieldValue) static KnxDatapointTypeKnxDatapointType.firstEnumForFieldName(String fieldValue) static KnxDatapointTypeKnxDatapointType.firstEnumForFieldNumber(int fieldValue) static KnxDatapointTypeReturns the enum constant of this type with the specified name.static KnxDatapointType[]KnxDatapointType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.plc4x.java.knxnetip.readwrite that return types with arguments of type KnxDatapointTypeModifier and TypeMethodDescriptionstatic List<KnxDatapointType>KnxDatapointType.enumsForFieldDatapointMainType(KnxDatapointMainType fieldValue) static List<KnxDatapointType>KnxDatapointType.enumsForFieldName(String fieldValue) static List<KnxDatapointType>KnxDatapointType.enumsForFieldNumber(int fieldValue) Methods in org.apache.plc4x.java.knxnetip.readwrite with parameters of type KnxDatapointTypeModifier and TypeMethodDescriptionstatic intKnxDatapoint.getLengthInBits(PlcValue _value, KnxDatapointType datapointType) static intKnxDatapoint.getLengthInBytes(PlcValue _value, KnxDatapointType datapointType) static PlcValueKnxDatapoint.staticParse(ReadBuffer readBuffer, KnxDatapointType datapointType) static voidKnxDatapoint.staticSerialize(WriteBuffer writeBuffer, PlcValue _value, KnxDatapointType datapointType) static voidKnxDatapoint.staticSerialize(WriteBuffer writeBuffer, PlcValue _value, KnxDatapointType datapointType, ByteOrder byteOrder)