Uses of Class
org.apache.plc4x.java.knxnetip.readwrite.KnxPropertyDataType
-
Packages that use KnxPropertyDataType Package Description org.apache.plc4x.java.knxnetip.readwrite -
-
Uses of KnxPropertyDataType in org.apache.plc4x.java.knxnetip.readwrite
Fields in org.apache.plc4x.java.knxnetip.readwrite declared as KnxPropertyDataType Modifier and Type Field Description protected KnxPropertyDataTypeApduDataExtPropertyDescriptionResponse. propertyDataTypeMethods in org.apache.plc4x.java.knxnetip.readwrite that return KnxPropertyDataType Modifier and Type Method Description static KnxPropertyDataTypeKnxPropertyDataType. enumForValue(short value)static KnxPropertyDataTypeKnxPropertyDataType. firstEnumForFieldName(String fieldValue)static KnxPropertyDataTypeKnxPropertyDataType. firstEnumForFieldNumber(short fieldValue)static KnxPropertyDataTypeKnxPropertyDataType. firstEnumForFieldSizeInBytes(short fieldValue)KnxPropertyDataTypeApduDataExtPropertyDescriptionResponse. getPropertyDataType()KnxPropertyDataTypeKnxInterfaceObjectProperty. getPropertyDataType()static KnxPropertyDataTypeKnxPropertyDataType. valueOf(String name)Returns 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 KnxPropertyDataType Modifier and Type Method Description static 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 KnxPropertyDataType Modifier and Type Method Description static 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 KnxPropertyDataType Constructor Description ApduDataExtPropertyDescriptionResponse(short objectIndex, short propertyId, short index, boolean writeEnabled, KnxPropertyDataType propertyDataType, short maxNrOfElements, AccessLevel readLevel, AccessLevel writeLevel)ApduDataExtPropertyDescriptionResponseBuilderImpl(short objectIndex, short propertyId, short index, boolean writeEnabled, KnxPropertyDataType propertyDataType, short maxNrOfElements, AccessLevel readLevel, AccessLevel writeLevel)
-