Class DF1RequestProtectedTypedLogicalRead
- java.lang.Object
-
- org.apache.plc4x.java.abeth.readwrite.DF1RequestCommand
-
- org.apache.plc4x.java.abeth.readwrite.DF1RequestProtectedTypedLogicalRead
-
- All Implemented Interfaces:
Message,Serializable
public class DF1RequestProtectedTypedLogicalRead extends DF1RequestCommand implements Message
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDF1RequestProtectedTypedLogicalRead.DF1RequestProtectedTypedLogicalReadBuilderImpl-
Nested classes/interfaces inherited from class org.apache.plc4x.java.abeth.readwrite.DF1RequestCommand
DF1RequestCommand.DF1RequestCommandBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected shortbyteSizeprotected shortelementNumberprotected shortfileNumberprotected shortfileTypeprotected shortsubElementNumber
-
Constructor Summary
Constructors Constructor Description DF1RequestProtectedTypedLogicalRead(short byteSize, short fileNumber, short fileType, short elementNumber, short subElementNumber)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)shortgetByteSize()shortgetElementNumber()shortgetFileNumber()shortgetFileType()ShortgetFunctionCode()intgetLengthInBits()intgetLengthInBytes()shortgetSubElementNumber()inthashCode()protected voidserializeDF1RequestCommandChild(WriteBuffer writeBuffer)static DF1RequestCommand.DF1RequestCommandBuilderstaticParseDF1RequestCommandBuilder(ReadBuffer readBuffer)StringtoString()-
Methods inherited from class org.apache.plc4x.java.abeth.readwrite.DF1RequestCommand
serialize, staticParse, staticParse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.plc4x.java.spi.utils.Serializable
serialize
-
-
-
-
Method Detail
-
getFunctionCode
public Short getFunctionCode()
- Specified by:
getFunctionCodein classDF1RequestCommand
-
getByteSize
public short getByteSize()
-
getFileNumber
public short getFileNumber()
-
getFileType
public short getFileType()
-
getElementNumber
public short getElementNumber()
-
getSubElementNumber
public short getSubElementNumber()
-
serializeDF1RequestCommandChild
protected void serializeDF1RequestCommandChild(WriteBuffer writeBuffer) throws SerializationException
- Specified by:
serializeDF1RequestCommandChildin classDF1RequestCommand- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()
- Specified by:
getLengthInBytesin interfaceMessage- Overrides:
getLengthInBytesin classDF1RequestCommand
-
getLengthInBits
public int getLengthInBits()
- Specified by:
getLengthInBitsin interfaceMessage- Overrides:
getLengthInBitsin classDF1RequestCommand
-
staticParseDF1RequestCommandBuilder
public static DF1RequestCommand.DF1RequestCommandBuilder staticParseDF1RequestCommandBuilder(ReadBuffer readBuffer) throws ParseException
- Throws:
ParseException
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classDF1RequestCommand
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDF1RequestCommand
-
toString
public String toString()
- Overrides:
toStringin classDF1RequestCommand
-
-