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