Class DF1SymbolMessageFrame
java.lang.Object
org.apache.plc4x.java.df1.readwrite.DF1Symbol
org.apache.plc4x.java.df1.readwrite.DF1SymbolMessageFrame
- All Implemented Interfaces:
org.apache.plc4x.java.spi.generation.Message,org.apache.plc4x.java.spi.utils.Serializable
public class DF1SymbolMessageFrame
extends DF1Symbol
implements org.apache.plc4x.java.spi.generation.Message
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.apache.plc4x.java.df1.readwrite.DF1Symbol
DF1Symbol.DF1SymbolBuilder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final DF1Commandprotected final shortstatic final Shortstatic final Shortprotected final shortFields inherited from class org.apache.plc4x.java.df1.readwrite.DF1Symbol
MESSAGESTART -
Constructor Summary
ConstructorsConstructorDescriptionDF1SymbolMessageFrame(short destinationAddress, short sourceAddress, DF1Command command) -
Method Summary
Modifier and TypeMethodDescriptionbooleanshortshortintintshortshortinthashCode()protected voidserializeDF1SymbolChild(org.apache.plc4x.java.spi.generation.WriteBuffer writeBuffer) staticParseBuilder(org.apache.plc4x.java.spi.generation.ReadBuffer readBuffer) toString()Methods inherited from class org.apache.plc4x.java.df1.readwrite.DF1Symbol
getMessageStart, serialize, staticParse, staticParseMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.plc4x.java.spi.utils.Serializable
serialize
-
Field Details
-
MESSAGEEND
-
ENDTRANSACTION
-
destinationAddress
protected final short destinationAddress -
sourceAddress
protected final short sourceAddress -
command
-
-
Constructor Details
-
DF1SymbolMessageFrame
-
-
Method Details
-
getSymbolType
- Specified by:
getSymbolTypein classDF1Symbol
-
getDestinationAddress
public short getDestinationAddress() -
getSourceAddress
public short getSourceAddress() -
getCommand
-
getMessageEnd
public short getMessageEnd() -
getEndTransaction
public short getEndTransaction() -
serializeDF1SymbolChild
protected void serializeDF1SymbolChild(org.apache.plc4x.java.spi.generation.WriteBuffer writeBuffer) throws org.apache.plc4x.java.spi.generation.SerializationException - Specified by:
serializeDF1SymbolChildin classDF1Symbol- Throws:
org.apache.plc4x.java.spi.generation.SerializationException
-
getLengthInBytes
public int getLengthInBytes()- Specified by:
getLengthInBytesin interfaceorg.apache.plc4x.java.spi.generation.Message- Overrides:
getLengthInBytesin classDF1Symbol
-
getLengthInBits
public int getLengthInBits()- Specified by:
getLengthInBitsin interfaceorg.apache.plc4x.java.spi.generation.Message- Overrides:
getLengthInBitsin classDF1Symbol
-
staticParseBuilder
public static DF1SymbolMessageFrame.DF1SymbolMessageFrameBuilder staticParseBuilder(org.apache.plc4x.java.spi.generation.ReadBuffer readBuffer) throws org.apache.plc4x.java.spi.generation.ParseException - Throws:
org.apache.plc4x.java.spi.generation.ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-