Class S7MessageObjectResponse
java.lang.Object
org.apache.plc4x.java.s7.readwrite.S7DataAlarmMessage
org.apache.plc4x.java.s7.readwrite.S7MessageObjectResponse
- All Implemented Interfaces:
Message,Serializable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from class org.apache.plc4x.java.s7.readwrite.S7DataAlarmMessage
S7DataAlarmMessage.S7DataAlarmMessageBuilder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final DataTransportErrorCodeprotected final DataTransportSizeFields inherited from class org.apache.plc4x.java.s7.readwrite.S7DataAlarmMessage
FUNCTIONID, NUMBERMESSAGEOBJ -
Constructor Summary
ConstructorsConstructorDescriptionS7MessageObjectResponse(DataTransportErrorCode returnCode, DataTransportSize transportSize) -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintinthashCode()protected voidserializeS7DataAlarmMessageChild(WriteBuffer writeBuffer) staticParseBuilder(ReadBuffer readBuffer, Byte cpuFunctionType) toString()Methods inherited from class org.apache.plc4x.java.s7.readwrite.S7DataAlarmMessage
getFunctionId, getNumberMessageObj, 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
-
returnCode
-
transportSize
-
-
Constructor Details
-
S7MessageObjectResponse
-
-
Method Details
-
getCpuFunctionType
- Specified by:
getCpuFunctionTypein classS7DataAlarmMessage
-
getReturnCode
-
getTransportSize
-
serializeS7DataAlarmMessageChild
protected void serializeS7DataAlarmMessageChild(WriteBuffer writeBuffer) throws SerializationException - Specified by:
serializeS7DataAlarmMessageChildin classS7DataAlarmMessage- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()- Specified by:
getLengthInBytesin interfaceMessage- Overrides:
getLengthInBytesin classS7DataAlarmMessage
-
getLengthInBits
public int getLengthInBits()- Specified by:
getLengthInBitsin interfaceMessage- Overrides:
getLengthInBitsin classS7DataAlarmMessage
-
staticParseBuilder
public static S7MessageObjectResponse.S7MessageObjectResponseBuilder staticParseBuilder(ReadBuffer readBuffer, Byte cpuFunctionType) throws ParseException - Throws:
ParseException
-
equals
- Overrides:
equalsin classS7DataAlarmMessage
-
hashCode
public int hashCode()- Overrides:
hashCodein classS7DataAlarmMessage
-
toString
- Overrides:
toStringin classS7DataAlarmMessage
-