Uses of Class
org.apache.plc4x.java.s7.readwrite.SyntaxIdType
-
Packages that use SyntaxIdType Package Description org.apache.plc4x.java.s7.readwrite -
-
Uses of SyntaxIdType in org.apache.plc4x.java.s7.readwrite
Fields in org.apache.plc4x.java.s7.readwrite declared as SyntaxIdType Modifier and Type Field Description protected SyntaxIdTypeAlarmMessageAckObjectPushType. syntaxIdprotected SyntaxIdTypeAlarmMessageObjectAckType. syntaxIdprotected SyntaxIdTypeAlarmMessageObjectPushType. syntaxIdprotected SyntaxIdTypeS7MessageObjectRequest. syntaxIdprotected SyntaxIdTypeS7PayloadUserDataItemCpuFunctionAlarmQueryRequest. syntaxIdMethods in org.apache.plc4x.java.s7.readwrite that return SyntaxIdType Modifier and Type Method Description static SyntaxIdTypeSyntaxIdType. enumForValue(short value)SyntaxIdTypeAlarmMessageAckObjectPushType. getSyntaxId()SyntaxIdTypeAlarmMessageObjectAckType. getSyntaxId()SyntaxIdTypeAlarmMessageObjectPushType. getSyntaxId()SyntaxIdTypeS7MessageObjectRequest. getSyntaxId()SyntaxIdTypeS7PayloadUserDataItemCpuFunctionAlarmQueryRequest. getSyntaxId()static SyntaxIdTypeSyntaxIdType. valueOf(String name)Returns the enum constant of this type with the specified name.static SyntaxIdType[]SyntaxIdType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.plc4x.java.s7.readwrite with parameters of type SyntaxIdType Constructor Description AlarmMessageAckObjectPushType(short lengthSpec, SyntaxIdType syntaxId, short numberOfValues, long eventId, State ackStateGoing, State ackStateComing)AlarmMessageObjectAckType(SyntaxIdType syntaxId, short numberOfValues, long eventId, State ackStateGoing, State ackStateComing)AlarmMessageObjectPushType(short lengthSpec, SyntaxIdType syntaxId, short numberOfValues, long eventId, State eventState, State localState, State ackStateGoing, State ackStateComing, List<AssociatedValueType> AssociatedValues)S7MessageObjectRequest(SyntaxIdType syntaxId, QueryType queryType, AlarmType alarmType)S7MessageObjectRequestBuilderImpl(SyntaxIdType syntaxId, QueryType queryType, AlarmType alarmType)S7PayloadUserDataItemCpuFunctionAlarmQueryRequest(DataTransportErrorCode returnCode, DataTransportSize transportSize, int dataLength, SyntaxIdType syntaxId, QueryType queryType, AlarmType alarmType)S7PayloadUserDataItemCpuFunctionAlarmQueryRequestBuilderImpl(SyntaxIdType syntaxId, QueryType queryType, AlarmType alarmType)
-