Uses of Class
org.apache.plc4x.java.knxnetip.readwrite.Apdu
-
Packages that use Apdu Package Description org.apache.plc4x.java.knxnetip.readwrite -
-
Uses of Apdu in org.apache.plc4x.java.knxnetip.readwrite
Subclasses of Apdu in org.apache.plc4x.java.knxnetip.readwrite Modifier and Type Class Description classApduControlContainerclassApduDataContainerFields in org.apache.plc4x.java.knxnetip.readwrite declared as Apdu Modifier and Type Field Description protected ApduLDataExtended. apduMethods in org.apache.plc4x.java.knxnetip.readwrite that return Apdu Modifier and Type Method Description ApduApdu.ApduBuilder. build(boolean numbered, byte counter)ApduLDataExtended. 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 Apdu Constructor Description LDataExtended(boolean frameType, boolean notRepeated, CEMIPriority priority, boolean acknowledgeRequested, boolean errorFlag, boolean groupAddress, byte hopCount, byte extendedFrameFormat, KnxAddress sourceAddress, byte[] destinationAddress, Apdu apdu)LDataExtendedBuilderImpl(boolean groupAddress, byte hopCount, byte extendedFrameFormat, KnxAddress sourceAddress, byte[] destinationAddress, Apdu apdu)
-