Class LPollData.LPollDataBuilderImpl
- java.lang.Object
-
- org.apache.plc4x.java.knxnetip.readwrite.LPollData.LPollDataBuilderImpl
-
- All Implemented Interfaces:
LDataFrame.LDataFrameBuilder
- Enclosing class:
- LPollData
public static class LPollData.LPollDataBuilderImpl extends Object implements LDataFrame.LDataFrameBuilder
-
-
Constructor Summary
Constructors Constructor Description LPollDataBuilderImpl(KnxAddress sourceAddress, byte[] targetAddress, byte numberExpectedPollData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LPollDatabuild(boolean frameType, boolean notRepeated, CEMIPriority priority, boolean acknowledgeRequested, boolean errorFlag)
-
-
-
Constructor Detail
-
LPollDataBuilderImpl
public LPollDataBuilderImpl(KnxAddress sourceAddress, byte[] targetAddress, byte numberExpectedPollData)
-
-
Method Detail
-
build
public LPollData build(boolean frameType, boolean notRepeated, CEMIPriority priority, boolean acknowledgeRequested, boolean errorFlag)
- Specified by:
buildin interfaceLDataFrame.LDataFrameBuilder
-
-