Class S7DataAlarmMessage
java.lang.Object
org.apache.plc4x.java.s7.readwrite.S7DataAlarmMessage
- All Implemented Interfaces:
Message,Serializable
- Direct Known Subclasses:
S7MessageObjectRequest,S7MessageObjectResponse
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanabstract ByteshortintintshortinthashCode()voidserialize(WriteBuffer writeBuffer) protected abstract voidserializeS7DataAlarmMessageChild(WriteBuffer writeBuffer) static S7DataAlarmMessagestaticParse(ReadBuffer readBuffer, Byte cpuFunctionType) static S7DataAlarmMessagestaticParse(ReadBuffer readBuffer, Object... args) toString()
-
Field Details
-
FUNCTIONID
-
NUMBERMESSAGEOBJ
-
-
Constructor Details
-
S7DataAlarmMessage
public S7DataAlarmMessage()
-
-
Method Details
-
getCpuFunctionType
-
getFunctionId
public short getFunctionId() -
getNumberMessageObj
public short getNumberMessageObj() -
serializeS7DataAlarmMessageChild
protected abstract void serializeS7DataAlarmMessageChild(WriteBuffer writeBuffer) throws SerializationException - Throws:
SerializationException
-
serialize
- Specified by:
serializein interfaceSerializable- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()- Specified by:
getLengthInBytesin interfaceMessage
-
getLengthInBits
public int getLengthInBits()- Specified by:
getLengthInBitsin interfaceMessage
-
staticParse
public static S7DataAlarmMessage staticParse(ReadBuffer readBuffer, Object... args) throws ParseException - Throws:
ParseException
-
staticParse
public static S7DataAlarmMessage staticParse(ReadBuffer readBuffer, Byte cpuFunctionType) throws ParseException - Throws:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-