Class AlarmMessageAckObjectPushType
java.lang.Object
org.apache.plc4x.java.s7.readwrite.AlarmMessageAckObjectPushType
- All Implemented Interfaces:
Message,Serializable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stateprotected final Stateprotected final longprotected final shortprotected final shortprotected final SyntaxIdTypestatic final Short -
Constructor Summary
ConstructorsConstructorDescriptionAlarmMessageAckObjectPushType(short lengthSpec, SyntaxIdType syntaxId, short numberOfValues, long eventId, State ackStateGoing, State ackStateComing) -
Method Summary
Modifier and TypeMethodDescriptionbooleanlongintintshortshortshortinthashCode()voidserialize(WriteBuffer writeBuffer) staticParse(ReadBuffer readBuffer) staticParse(ReadBuffer readBuffer, Object... args) toString()
-
Field Details
-
VARIABLESPEC
-
lengthSpec
protected final short lengthSpec -
syntaxId
-
numberOfValues
protected final short numberOfValues -
eventId
protected final long eventId -
ackStateGoing
-
ackStateComing
-
-
Constructor Details
-
AlarmMessageAckObjectPushType
public AlarmMessageAckObjectPushType(short lengthSpec, SyntaxIdType syntaxId, short numberOfValues, long eventId, State ackStateGoing, State ackStateComing)
-
-
Method Details
-
getLengthSpec
public short getLengthSpec() -
getSyntaxId
-
getNumberOfValues
public short getNumberOfValues() -
getEventId
public long getEventId() -
getAckStateGoing
-
getAckStateComing
-
getVariableSpec
public short getVariableSpec() -
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 AlarmMessageAckObjectPushType staticParse(ReadBuffer readBuffer, Object... args) throws ParseException - Throws:
ParseException
-
staticParse
public static AlarmMessageAckObjectPushType staticParse(ReadBuffer readBuffer) throws ParseException - Throws:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-