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