Uses of Enum
org.apache.plc4x.java.knxnetip.readwrite.CEMIPriority
Packages that use CEMIPriority
-
Uses of CEMIPriority in org.apache.plc4x.java.knxnetip.readwrite
Fields in org.apache.plc4x.java.knxnetip.readwrite declared as CEMIPriorityModifier and TypeFieldDescriptionprotected final CEMIPriorityGroupObjectDescriptorRealisationType1.priorityprotected final CEMIPriorityGroupObjectDescriptorRealisationType2.priorityprotected final CEMIPriorityGroupObjectDescriptorRealisationType7.priorityprotected final CEMIPriorityGroupObjectDescriptorRealisationTypeB.priorityprotected final CEMIPriorityLDataFrame.priorityMethods in org.apache.plc4x.java.knxnetip.readwrite that return CEMIPriorityModifier and TypeMethodDescriptionstatic CEMIPriorityCEMIPriority.enumForValue(byte value) GroupObjectDescriptorRealisationType1.getPriority()GroupObjectDescriptorRealisationType2.getPriority()GroupObjectDescriptorRealisationType7.getPriority()GroupObjectDescriptorRealisationTypeB.getPriority()LDataFrame.getPriority()static CEMIPriorityReturns the enum constant of this type with the specified name.static CEMIPriority[]CEMIPriority.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 with parameters of type CEMIPriorityModifier and TypeMethodDescriptionLDataExtended.LDataExtendedBuilder.build(boolean frameType, boolean notRepeated, CEMIPriority priority, boolean acknowledgeRequested, boolean errorFlag) LDataFrame.LDataFrameBuilder.build(boolean frameType, boolean notRepeated, CEMIPriority priority, boolean acknowledgeRequested, boolean errorFlag) LDataFrameACK.LDataFrameACKBuilder.build(boolean frameType, boolean notRepeated, CEMIPriority priority, boolean acknowledgeRequested, boolean errorFlag) LPollData.LPollDataBuilder.build(boolean frameType, boolean notRepeated, CEMIPriority priority, boolean acknowledgeRequested, boolean errorFlag) Constructors in org.apache.plc4x.java.knxnetip.readwrite with parameters of type CEMIPriorityModifierConstructorDescriptionGroupObjectDescriptorRealisationType1(short dataPointer, boolean transmitEnable, boolean segmentSelectorEnable, boolean writeEnable, boolean readEnable, boolean communicationEnable, CEMIPriority priority, ComObjectValueType valueType) GroupObjectDescriptorRealisationType2(short dataPointer, boolean updateEnable, boolean transmitEnable, boolean segmentSelectorEnable, boolean writeEnable, boolean readEnable, boolean communicationEnable, CEMIPriority priority, ComObjectValueType valueType) GroupObjectDescriptorRealisationType7(int dataAddress, boolean updateEnable, boolean transmitEnable, boolean segmentSelectorEnable, boolean writeEnable, boolean readEnable, boolean communicationEnable, CEMIPriority priority, ComObjectValueType valueType) GroupObjectDescriptorRealisationTypeB(boolean updateEnable, boolean transmitEnable, boolean segmentSelectorEnable, boolean writeEnable, boolean readEnable, boolean communicationEnable, CEMIPriority priority, ComObjectValueType valueType) LDataExtended(boolean frameType, boolean notRepeated, CEMIPriority priority, boolean acknowledgeRequested, boolean errorFlag, boolean groupAddress, byte hopCount, byte extendedFrameFormat, KnxAddress sourceAddress, byte[] destinationAddress, Apdu apdu) LDataFrame(boolean frameType, boolean notRepeated, CEMIPriority priority, boolean acknowledgeRequested, boolean errorFlag) LDataFrameACK(boolean frameType, boolean notRepeated, CEMIPriority priority, boolean acknowledgeRequested, boolean errorFlag) LPollData(boolean frameType, boolean notRepeated, CEMIPriority priority, boolean acknowledgeRequested, boolean errorFlag, KnxAddress sourceAddress, byte[] targetAddress, short numberExpectedPollData)