Class S7MessageObjectRequest
java.lang.Object
org.apache.plc4x.java.s7.readwrite.S7DataAlarmMessage
org.apache.plc4x.java.s7.readwrite.S7MessageObjectRequest
- All Implemented Interfaces:
Message,Serializable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from class org.apache.plc4x.java.s7.readwrite.S7DataAlarmMessage
S7DataAlarmMessage.S7DataAlarmMessageBuilder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AlarmTypestatic final Shortprotected final QueryTypeprotected final SyntaxIdTypestatic final ShortFields inherited from class org.apache.plc4x.java.s7.readwrite.S7DataAlarmMessage
FUNCTIONID, NUMBERMESSAGEOBJ -
Constructor Summary
ConstructorsConstructorDescriptionS7MessageObjectRequest(SyntaxIdType syntaxId, QueryType queryType, AlarmType alarmType) -
Method Summary
Modifier and TypeMethodDescriptionbooleanshortintintshortinthashCode()protected voidserializeS7DataAlarmMessageChild(WriteBuffer writeBuffer) staticParseBuilder(ReadBuffer readBuffer, Byte cpuFunctionType) toString()Methods inherited from class org.apache.plc4x.java.s7.readwrite.S7DataAlarmMessage
getFunctionId, getNumberMessageObj, serialize, staticParse, staticParseMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.plc4x.java.spi.utils.Serializable
serialize
-
Field Details
-
VARIABLESPEC
-
LENGTH
-
syntaxId
-
queryType
-
alarmType
-
-
Constructor Details
-
S7MessageObjectRequest
-
-
Method Details
-
getCpuFunctionType
- Specified by:
getCpuFunctionTypein classS7DataAlarmMessage
-
getSyntaxId
-
getQueryType
-
getAlarmType
-
getVariableSpec
public short getVariableSpec() -
getLength
public short getLength() -
serializeS7DataAlarmMessageChild
protected void serializeS7DataAlarmMessageChild(WriteBuffer writeBuffer) throws SerializationException - Specified by:
serializeS7DataAlarmMessageChildin classS7DataAlarmMessage- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()- Specified by:
getLengthInBytesin interfaceMessage- Overrides:
getLengthInBytesin classS7DataAlarmMessage
-
getLengthInBits
public int getLengthInBits()- Specified by:
getLengthInBitsin interfaceMessage- Overrides:
getLengthInBitsin classS7DataAlarmMessage
-
staticParseBuilder
public static S7MessageObjectRequest.S7MessageObjectRequestBuilder staticParseBuilder(ReadBuffer readBuffer, Byte cpuFunctionType) throws ParseException - Throws:
ParseException
-
equals
- Overrides:
equalsin classS7DataAlarmMessage
-
hashCode
public int hashCode()- Overrides:
hashCodein classS7DataAlarmMessage
-
toString
- Overrides:
toStringin classS7DataAlarmMessage
-