Class AlarmMessageAckType
java.lang.Object
org.apache.plc4x.java.s7.readwrite.AlarmMessageAckType
- All Implemented Interfaces:
Message,Serializable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final shortprotected final List<AlarmMessageObjectAckType>protected final short -
Constructor Summary
ConstructorsConstructorDescriptionAlarmMessageAckType(short functionId, short numberOfObjects, List<AlarmMessageObjectAckType> messageObjects) -
Method Summary
Modifier and TypeMethodDescriptionbooleanshortintintshortinthashCode()voidserialize(WriteBuffer writeBuffer) static AlarmMessageAckTypestaticParse(ReadBuffer readBuffer) static AlarmMessageAckTypestaticParse(ReadBuffer readBuffer, Object... args) toString()
-
Field Details
-
functionId
protected final short functionId -
numberOfObjects
protected final short numberOfObjects -
messageObjects
-
-
Constructor Details
-
AlarmMessageAckType
public AlarmMessageAckType(short functionId, short numberOfObjects, List<AlarmMessageObjectAckType> messageObjects)
-
-
Method Details
-
getFunctionId
public short getFunctionId() -
getNumberOfObjects
public short getNumberOfObjects() -
getMessageObjects
-
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 AlarmMessageAckType staticParse(ReadBuffer readBuffer, Object... args) throws ParseException - Throws:
ParseException
-
staticParse
- Throws:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-