Uses of Class
org.apache.plc4x.java.df1.readwrite.DF1Command
Packages that use DF1Command
Package
Description
-
Uses of DF1Command in org.apache.plc4x.java.df1
Methods in org.apache.plc4x.java.df1 that return types with arguments of type DF1CommandModifier and TypeMethodDescriptionprotected org.apache.plc4x.java.spi.connection.ProtocolStackConfigurer<DF1Command>DF1PlcDriver.getStackConfigurer() -
Uses of DF1Command in org.apache.plc4x.java.df1.protocol
Methods in org.apache.plc4x.java.df1.protocol with parameters of type DF1CommandModifier and TypeMethodDescriptionprotected voidDf1Protocol.encode(io.netty.channel.ChannelHandlerContext ctx, DF1Command msg, io.netty.buffer.ByteBuf out) Deprecated.Method parameters in org.apache.plc4x.java.df1.protocol with type arguments of type DF1CommandModifier and TypeMethodDescriptionvoidDf1ProtocolLogic.close(org.apache.plc4x.java.spi.ConversationContext<DF1Command> context) -
Uses of DF1Command in org.apache.plc4x.java.df1.readwrite
Subclasses of DF1Command in org.apache.plc4x.java.df1.readwriteModifier and TypeClassDescriptionclassclassFields in org.apache.plc4x.java.df1.readwrite declared as DF1CommandMethods in org.apache.plc4x.java.df1.readwrite that return DF1CommandModifier and TypeMethodDescriptionDF1Command.DF1CommandBuilder.build(short status, int transactionCounter) DF1SymbolMessageFrame.getCommand()static DF1CommandDF1Command.staticParse(org.apache.plc4x.java.spi.generation.ReadBuffer readBuffer) static DF1CommandDF1Command.staticParse(org.apache.plc4x.java.spi.generation.ReadBuffer readBuffer, Object... args) Constructors in org.apache.plc4x.java.df1.readwrite with parameters of type DF1CommandModifierConstructorDescriptionDF1SymbolMessageFrame(short destinationAddress, short sourceAddress, DF1Command command) DF1SymbolMessageFrameBuilder(short destinationAddress, short sourceAddress, DF1Command command) -
Uses of DF1Command in org.apache.plc4x.java.df1.readwrite.utils
Methods in org.apache.plc4x.java.df1.readwrite.utils with parameters of type DF1CommandModifier and TypeMethodDescriptionstatic intStaticHelper.crcCheck(short destinationAddress, short sourceAddress, DF1Command command)