Uses of Class
org.apache.plc4x.java.knxnetip.readwrite.CEMIPriority
-
Packages that use CEMIPriority Package Description org.apache.plc4x.java.knxnetip.readwrite -
-
Uses of CEMIPriority in org.apache.plc4x.java.knxnetip.readwrite
Fields in org.apache.plc4x.java.knxnetip.readwrite declared as CEMIPriority Modifier and Type Field Description protected CEMIPriorityGroupObjectDescriptorRealisationType1. priorityprotected CEMIPriorityGroupObjectDescriptorRealisationType2. priorityprotected CEMIPriorityGroupObjectDescriptorRealisationType7. priorityprotected CEMIPriorityGroupObjectDescriptorRealisationTypeB. priorityprotected CEMIPriorityLDataFrame. priorityMethods in org.apache.plc4x.java.knxnetip.readwrite that return CEMIPriority Modifier and Type Method Description static CEMIPriorityCEMIPriority. enumForValue(byte value)CEMIPriorityGroupObjectDescriptorRealisationType1. getPriority()CEMIPriorityGroupObjectDescriptorRealisationType2. getPriority()CEMIPriorityGroupObjectDescriptorRealisationType7. getPriority()CEMIPriorityGroupObjectDescriptorRealisationTypeB. getPriority()CEMIPriorityLDataFrame. getPriority()static CEMIPriorityCEMIPriority. valueOf(String name)Returns 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 CEMIPriority Modifier and Type Method Description LDataExtendedLDataExtended.LDataExtendedBuilderImpl. build(boolean frameType, boolean notRepeated, CEMIPriority priority, boolean acknowledgeRequested, boolean errorFlag)LDataFrameLDataFrame.LDataFrameBuilder. build(boolean frameType, boolean notRepeated, CEMIPriority priority, boolean acknowledgeRequested, boolean errorFlag)LDataFrameACKLDataFrameACK.LDataFrameACKBuilderImpl. build(boolean frameType, boolean notRepeated, CEMIPriority priority, boolean acknowledgeRequested, boolean errorFlag)LPollDataLPollData.LPollDataBuilderImpl. build(boolean frameType, boolean notRepeated, CEMIPriority priority, boolean acknowledgeRequested, boolean errorFlag)Constructors in org.apache.plc4x.java.knxnetip.readwrite with parameters of type CEMIPriority Constructor Description GroupObjectDescriptorRealisationType1(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, byte numberExpectedPollData)
-