Uses of Enum
org.apache.plc4x.java.s7.readwrite.SyntaxIdType
Packages that use SyntaxIdType
-
Uses of SyntaxIdType in org.apache.plc4x.java.s7.readwrite
Fields in org.apache.plc4x.java.s7.readwrite declared as SyntaxIdTypeModifier and TypeFieldDescriptionprotected final SyntaxIdTypeAlarmMessageAckObjectPushType.syntaxIdprotected final SyntaxIdTypeAlarmMessageObjectAckType.syntaxIdprotected final SyntaxIdTypeAlarmMessageObjectPushType.syntaxIdprotected final SyntaxIdTypeS7MessageObjectRequest.syntaxIdprotected final SyntaxIdTypeS7PayloadUserDataItemCpuFunctionAlarmQuery.syntaxIdMethods in org.apache.plc4x.java.s7.readwrite that return SyntaxIdTypeModifier and TypeMethodDescriptionstatic SyntaxIdTypeSyntaxIdType.enumForValue(short value) AlarmMessageAckObjectPushType.getSyntaxId()AlarmMessageObjectAckType.getSyntaxId()AlarmMessageObjectPushType.getSyntaxId()S7MessageObjectRequest.getSyntaxId()S7PayloadUserDataItemCpuFunctionAlarmQuery.getSyntaxId()static SyntaxIdTypeReturns 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 SyntaxIdTypeModifierConstructorDescriptionAlarmMessageAckObjectPushType(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) S7MessageObjectRequestBuilder(SyntaxIdType syntaxId, QueryType queryType, AlarmType alarmType, Short reservedField0, Short reservedField1) S7PayloadUserDataItemCpuFunctionAlarmQuery(DataTransportErrorCode returnCode, DataTransportSize transportSize, SyntaxIdType syntaxId, QueryType queryType, AlarmType alarmType) S7PayloadUserDataItemCpuFunctionAlarmQueryBuilder(SyntaxIdType syntaxId, QueryType queryType, AlarmType alarmType, Short reservedField0, Short reservedField1)