Uses of Class
org.apache.plc4x.java.knxnetip.readwrite.KnxDatapointType
-
Packages that use KnxDatapointType Package Description org.apache.plc4x.java.knxnetip.ets.model org.apache.plc4x.java.knxnetip.readwrite -
-
Uses of KnxDatapointType in org.apache.plc4x.java.knxnetip.ets.model
Methods in org.apache.plc4x.java.knxnetip.ets.model that return KnxDatapointType Modifier and Type Method Description KnxDatapointTypeGroupAddress. getType()Constructors in org.apache.plc4x.java.knxnetip.ets.model with parameters of type KnxDatapointType Constructor Description GroupAddress(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 KnxDatapointType Modifier and Type Method Description static KnxDatapointTypeKnxDatapointType. enumForValue(long value)static KnxDatapointTypeKnxDatapointType. firstEnumForFieldDatapointMainType(KnxDatapointMainType fieldValue)static KnxDatapointTypeKnxDatapointType. firstEnumForFieldName(String fieldValue)static KnxDatapointTypeKnxDatapointType. firstEnumForFieldNumber(int fieldValue)static KnxDatapointTypeKnxDatapointType. valueOf(String name)Returns 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 KnxDatapointType Modifier and Type Method Description static 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 KnxDatapointType Modifier and Type Method Description static 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)
-