Class DF1RequestProtectedTypedLogicalRead
java.lang.Object
org.apache.plc4x.java.abeth.readwrite.DF1RequestCommand
org.apache.plc4x.java.abeth.readwrite.DF1RequestProtectedTypedLogicalRead
- All Implemented Interfaces:
Message,Serializable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from class org.apache.plc4x.java.abeth.readwrite.DF1RequestCommand
DF1RequestCommand.DF1RequestCommandBuilder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final shortprotected final shortprotected final shortprotected final shortprotected final short -
Constructor Summary
ConstructorsConstructorDescriptionDF1RequestProtectedTypedLogicalRead(short byteSize, short fileNumber, short fileType, short elementNumber, short subElementNumber) -
Method Summary
Modifier and TypeMethodDescriptionbooleanshortshortshortshortintintshortinthashCode()protected voidserializeDF1RequestCommandChild(WriteBuffer writeBuffer) staticParseBuilder(ReadBuffer readBuffer) toString()Methods inherited from class org.apache.plc4x.java.abeth.readwrite.DF1RequestCommand
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
-
byteSize
protected final short byteSize -
fileNumber
protected final short fileNumber -
fileType
protected final short fileType -
elementNumber
protected final short elementNumber -
subElementNumber
protected final short subElementNumber
-
-
Constructor Details
-
DF1RequestProtectedTypedLogicalRead
public DF1RequestProtectedTypedLogicalRead(short byteSize, short fileNumber, short fileType, short elementNumber, short subElementNumber)
-
-
Method Details
-
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
-
staticParseBuilder
public static DF1RequestProtectedTypedLogicalRead.DF1RequestProtectedTypedLogicalReadBuilder staticParseBuilder(ReadBuffer readBuffer) throws ParseException - Throws:
ParseException
-
equals
- Overrides:
equalsin classDF1RequestCommand
-
hashCode
public int hashCode()- Overrides:
hashCodein classDF1RequestCommand
-
toString
- Overrides:
toStringin classDF1RequestCommand
-