Class SzlId
java.lang.Object
org.apache.plc4x.java.s7.readwrite.SzlId
- All Implemented Interfaces:
Message,Serializable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final byteprotected final SzlSublistprotected final SzlModuleTypeClass -
Constructor Summary
ConstructorsConstructorDescriptionSzlId(SzlModuleTypeClass typeClass, byte sublistExtract, SzlSublist sublistList) -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintbyteinthashCode()voidserialize(WriteBuffer writeBuffer) static SzlIdstaticParse(ReadBuffer readBuffer) static SzlIdstaticParse(ReadBuffer readBuffer, Object... args) toString()
-
Field Details
-
typeClass
-
sublistExtract
protected final byte sublistExtract -
sublistList
-
-
Constructor Details
-
SzlId
-
-
Method Details
-
getTypeClass
-
getSublistExtract
public byte getSublistExtract() -
getSublistList
-
serialize
- Specified by:
serializein interfaceSerializable- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()- Specified by:
getLengthInBytesin interfaceMessage
-
getLengthInBits
public int getLengthInBits()- Specified by:
getLengthInBitsin interfaceMessage
-
staticParse
- Throws:
ParseException
-
staticParse
- Throws:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-