Uses of Enum
org.apache.plc4x.java.s7.readwrite.types.S7SubscriptionFieldType
Packages that use S7SubscriptionFieldType
Package
Description
-
Uses of S7SubscriptionFieldType in org.apache.plc4x.java.s7.readwrite.field
Methods in org.apache.plc4x.java.s7.readwrite.field that return S7SubscriptionFieldTypeConstructors in org.apache.plc4x.java.s7.readwrite.field with parameters of type S7SubscriptionFieldTypeModifierConstructorDescriptionS7SubscriptionField(S7SubscriptionFieldType fieldType, ArrayList<Integer> ackAlarms) S7SubscriptionField(S7SubscriptionFieldType fieldType, AlarmType alarmQueryType) S7SubscriptionField(S7SubscriptionFieldType fieldType, EventType eventtype) S7SubscriptionField(S7SubscriptionFieldType fieldType, S7Field s7field) -
Uses of S7SubscriptionFieldType in org.apache.plc4x.java.s7.readwrite.types
Methods in org.apache.plc4x.java.s7.readwrite.types that return S7SubscriptionFieldTypeModifier and TypeMethodDescriptionstatic S7SubscriptionFieldTypeReturns the enum constant of this type with the specified name.static S7SubscriptionFieldType[]S7SubscriptionFieldType.values()Returns an array containing the constants of this enum type, in the order they are declared.