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