Uses of Enum
org.apache.plc4x.java.s7.readwrite.AlarmType
Packages that use AlarmType
-
Uses of AlarmType in org.apache.plc4x.java.s7.readwrite
Fields in org.apache.plc4x.java.s7.readwrite declared as AlarmTypeModifier and TypeFieldDescriptionprotected final AlarmTypeS7MessageObjectRequest.alarmTypeprotected final AlarmTypeS7PayloadUserDataItemCpuFunctionAlarmQuery.alarmTypeprotected final AlarmTypeS7PayloadUserDataItemCpuFunctionMsgSubscriptionAlarmResponse.alarmTypeMethods in org.apache.plc4x.java.s7.readwrite that return AlarmTypeModifier and TypeMethodDescriptionstatic AlarmTypeAlarmType.enumForValue(short value) S7MessageObjectRequest.getAlarmType()S7PayloadUserDataItemCpuFunctionAlarmQuery.getAlarmType()S7PayloadUserDataItemCpuFunctionMsgSubscriptionAlarmResponse.getAlarmType()static AlarmTypeReturns the enum constant of this type with the specified name.static AlarmType[]AlarmType.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 AlarmTypeModifierConstructorDescriptionS7MessageObjectRequest(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) S7PayloadUserDataItemCpuFunctionMsgSubscriptionAlarmResponse(DataTransportErrorCode returnCode, DataTransportSize transportSize, short result, short reserved01, AlarmType alarmType, short reserved02, short reserved03) S7PayloadUserDataItemCpuFunctionMsgSubscriptionAlarmResponseBuilder(short result, short reserved01, AlarmType alarmType, short reserved02, short reserved03) -
Uses of AlarmType in org.apache.plc4x.java.s7.readwrite.field
Methods in org.apache.plc4x.java.s7.readwrite.field that return AlarmTypeConstructors in org.apache.plc4x.java.s7.readwrite.field with parameters of type AlarmTypeModifierConstructorDescriptionS7SubscriptionField(S7SubscriptionFieldType fieldType, AlarmType alarmQueryType)