Uses of Enum
org.apache.plc4x.java.s7.readwrite.AlarmStateType
Packages that use AlarmStateType
-
Uses of AlarmStateType in org.apache.plc4x.java.s7.readwrite
Fields in org.apache.plc4x.java.s7.readwrite declared as AlarmStateTypeModifier and TypeFieldDescriptionprotected final AlarmStateTypeS7PayloadUserDataItemCpuFunctionMsgSubscription.AlarmtypeMethods in org.apache.plc4x.java.s7.readwrite that return AlarmStateTypeModifier and TypeMethodDescriptionstatic AlarmStateTypeAlarmStateType.enumForValue(short value) S7PayloadUserDataItemCpuFunctionMsgSubscription.getAlarmtype()static AlarmStateTypeReturns the enum constant of this type with the specified name.static AlarmStateType[]AlarmStateType.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 AlarmStateTypeModifierConstructorDescriptionS7PayloadUserDataItemCpuFunctionMsgSubscription(DataTransportErrorCode returnCode, DataTransportSize transportSize, short Subscription, String magicKey, AlarmStateType Alarmtype, Short Reserve) S7PayloadUserDataItemCpuFunctionMsgSubscriptionBuilder(short Subscription, String magicKey, AlarmStateType Alarmtype, Short Reserve, Short reservedField0)