Uses of Class
org.apache.plc4x.java.s7.readwrite.AlarmStateType
-
Packages that use AlarmStateType Package Description org.apache.plc4x.java.s7.readwrite -
-
Uses of AlarmStateType in org.apache.plc4x.java.s7.readwrite
Fields in org.apache.plc4x.java.s7.readwrite declared as AlarmStateType Modifier and Type Field Description protected AlarmStateTypeS7PayloadUserDataItemCpuFunctionMsgSubscriptionRequest. alarmtypeMethods in org.apache.plc4x.java.s7.readwrite that return AlarmStateType Modifier and Type Method Description static AlarmStateTypeAlarmStateType. enumForValue(short value)AlarmStateTypeS7PayloadUserDataItemCpuFunctionMsgSubscriptionRequest. getAlarmtype()static AlarmStateTypeAlarmStateType. valueOf(String name)Returns 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 AlarmStateType Constructor Description S7PayloadUserDataItemCpuFunctionMsgSubscriptionRequest(DataTransportErrorCode returnCode, DataTransportSize transportSize, int dataLength, short subscription, String magicKey, AlarmStateType alarmtype, Short reserve)S7PayloadUserDataItemCpuFunctionMsgSubscriptionRequestBuilderImpl(short subscription, String magicKey, AlarmStateType alarmtype, Short reserve)
-