Class AlarmMessageAckResponseType
- java.lang.Object
-
- org.apache.plc4x.java.s7.readwrite.AlarmMessageAckResponseType
-
- All Implemented Interfaces:
Message,Serializable
public class AlarmMessageAckResponseType extends Object implements Message
-
-
Field Summary
Fields Modifier and Type Field Description protected shortfunctionIdprotected List<Short>messageObjectsprotected shortnumberOfObjects
-
Constructor Summary
Constructors Constructor Description AlarmMessageAckResponseType(short functionId, short numberOfObjects, List<Short> messageObjects)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)shortgetFunctionId()intgetLengthInBits()intgetLengthInBytes()List<Short>getMessageObjects()shortgetNumberOfObjects()inthashCode()voidserialize(WriteBuffer writeBuffer)static AlarmMessageAckResponseTypestaticParse(ReadBuffer readBuffer)static AlarmMessageAckResponseTypestaticParse(ReadBuffer readBuffer, Object... args)StringtoString()
-
-
-
Method Detail
-
getFunctionId
public short getFunctionId()
-
getNumberOfObjects
public short getNumberOfObjects()
-
serialize
public void serialize(WriteBuffer writeBuffer) throws SerializationException
- 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
public static AlarmMessageAckResponseType staticParse(ReadBuffer readBuffer) throws ParseException
- Throws:
ParseException
-
-