Uses of Class
org.apache.plc4x.java.knxnetip.readwrite.Apdu
Packages that use Apdu
-
Uses of Apdu in org.apache.plc4x.java.knxnetip.readwrite
Subclasses of Apdu in org.apache.plc4x.java.knxnetip.readwriteFields in org.apache.plc4x.java.knxnetip.readwrite declared as ApduMethods in org.apache.plc4x.java.knxnetip.readwrite that return ApduModifier and TypeMethodDescriptionLDataExtended.getApdu()static ApduApdu.staticParse(ReadBuffer readBuffer, Object... args) static ApduApdu.staticParse(ReadBuffer readBuffer, Short dataLength) Constructors in org.apache.plc4x.java.knxnetip.readwrite with parameters of type ApduModifierConstructorDescriptionLDataExtended(boolean frameType, boolean notRepeated, CEMIPriority priority, boolean acknowledgeRequested, boolean errorFlag, boolean groupAddress, byte hopCount, byte extendedFrameFormat, KnxAddress sourceAddress, byte[] destinationAddress, Apdu apdu) LDataExtendedBuilder(boolean groupAddress, byte hopCount, byte extendedFrameFormat, KnxAddress sourceAddress, byte[] destinationAddress, Apdu apdu)