Class S7MessageUserData
java.lang.Object
org.apache.plc4x.java.s7.readwrite.S7Message
org.apache.plc4x.java.s7.readwrite.S7MessageUserData
- All Implemented Interfaces:
Message,Serializable
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.apache.plc4x.java.s7.readwrite.S7Message
S7Message.S7MessageBuilder -
Field Summary
Fields inherited from class org.apache.plc4x.java.s7.readwrite.S7Message
parameter, payload, PROTOCOLID, tpduReference -
Constructor Summary
ConstructorsConstructorDescriptionS7MessageUserData(int tpduReference, S7Parameter parameter, S7Payload payload) -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintinthashCode()protected voidserializeS7MessageChild(WriteBuffer writeBuffer) staticParseBuilder(ReadBuffer readBuffer) toString()Methods inherited from class org.apache.plc4x.java.s7.readwrite.S7Message
getParameter, getPayload, getProtocolId, getTpduReference, 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
-
Constructor Details
-
S7MessageUserData
-
-
Method Details
-
getMessageType
- Specified by:
getMessageTypein classS7Message
-
serializeS7MessageChild
- Specified by:
serializeS7MessageChildin classS7Message- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()- Specified by:
getLengthInBytesin interfaceMessage- Overrides:
getLengthInBytesin classS7Message
-
getLengthInBits
public int getLengthInBits()- Specified by:
getLengthInBitsin interfaceMessage- Overrides:
getLengthInBitsin classS7Message
-
staticParseBuilder
public static S7MessageUserData.S7MessageUserDataBuilder staticParseBuilder(ReadBuffer readBuffer) throws ParseException - Throws:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-