Uses of Enum
org.apache.plc4x.java.knxnetip.readwrite.KnxPropertyDataType
Packages that use KnxPropertyDataType
-
Uses of KnxPropertyDataType in org.apache.plc4x.java.knxnetip.readwrite
Fields in org.apache.plc4x.java.knxnetip.readwrite declared as KnxPropertyDataTypeModifier and TypeFieldDescriptionprotected final KnxPropertyDataTypeApduDataExtPropertyDescriptionResponse.propertyDataTypeMethods in org.apache.plc4x.java.knxnetip.readwrite that return KnxPropertyDataTypeModifier and TypeMethodDescriptionstatic KnxPropertyDataTypeKnxPropertyDataType.enumForValue(short value) static KnxPropertyDataTypeKnxPropertyDataType.firstEnumForFieldName(String fieldValue) static KnxPropertyDataTypeKnxPropertyDataType.firstEnumForFieldNumber(short fieldValue) static KnxPropertyDataTypeKnxPropertyDataType.firstEnumForFieldSizeInBytes(short fieldValue) ApduDataExtPropertyDescriptionResponse.getPropertyDataType()KnxInterfaceObjectProperty.getPropertyDataType()static KnxPropertyDataTypeReturns the enum constant of this type with the specified name.static KnxPropertyDataType[]KnxPropertyDataType.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 KnxPropertyDataTypeModifier and TypeMethodDescriptionstatic List<KnxPropertyDataType>KnxPropertyDataType.enumsForFieldName(String fieldValue) static List<KnxPropertyDataType>KnxPropertyDataType.enumsForFieldNumber(short fieldValue) static List<KnxPropertyDataType>KnxPropertyDataType.enumsForFieldSizeInBytes(short fieldValue) Methods in org.apache.plc4x.java.knxnetip.readwrite with parameters of type KnxPropertyDataTypeModifier and TypeMethodDescriptionstatic List<KnxInterfaceObjectProperty>KnxInterfaceObjectProperty.enumsForFieldPropertyDataType(KnxPropertyDataType fieldValue) static KnxInterfaceObjectPropertyKnxInterfaceObjectProperty.firstEnumForFieldPropertyDataType(KnxPropertyDataType fieldValue) static intKnxProperty.getLengthInBits(PlcValue _value, KnxPropertyDataType propertyType, Short dataLengthInBytes) static intKnxProperty.getLengthInBytes(PlcValue _value, KnxPropertyDataType propertyType, Short dataLengthInBytes) static PlcValueKnxProperty.staticParse(ReadBuffer readBuffer, KnxPropertyDataType propertyType, Short dataLengthInBytes) static voidKnxProperty.staticSerialize(WriteBuffer writeBuffer, PlcValue _value, KnxPropertyDataType propertyType, Short dataLengthInBytes) static voidKnxProperty.staticSerialize(WriteBuffer writeBuffer, PlcValue _value, KnxPropertyDataType propertyType, Short dataLengthInBytes, ByteOrder byteOrder) Constructors in org.apache.plc4x.java.knxnetip.readwrite with parameters of type KnxPropertyDataTypeModifierConstructorDescriptionApduDataExtPropertyDescriptionResponse(short objectIndex, short propertyId, short index, boolean writeEnabled, KnxPropertyDataType propertyDataType, int maxNrOfElements, AccessLevel readLevel, AccessLevel writeLevel, Short length) ApduDataExtPropertyDescriptionResponseBuilder(short objectIndex, short propertyId, short index, boolean writeEnabled, KnxPropertyDataType propertyDataType, int maxNrOfElements, AccessLevel readLevel, AccessLevel writeLevel, Short length, Byte reservedField0, Byte reservedField1)