Uses of Class
org.apache.plc4x.java.s7.readwrite.types.S7SubscriptionType
-
Packages that use S7SubscriptionType Package Description org.apache.plc4x.java.s7.readwrite.tag org.apache.plc4x.java.s7.readwrite.types -
-
Uses of S7SubscriptionType in org.apache.plc4x.java.s7.readwrite.tag
Methods in org.apache.plc4x.java.s7.readwrite.tag that return S7SubscriptionType Modifier and Type Method Description S7SubscriptionTypeS7SubscriptionTag. getTagType()Constructors in org.apache.plc4x.java.s7.readwrite.tag with parameters of type S7SubscriptionType Constructor Description S7SubscriptionTag(S7SubscriptionType subscriptionType, ArrayList<Integer> ackAlarms)S7SubscriptionTag(S7SubscriptionType subscriptionType, AlarmType alarmQueryType)S7SubscriptionTag(S7SubscriptionType subscriptionType, EventType eventType)S7SubscriptionTag(S7SubscriptionType subscriptionType, S7Tag[] s7tags, TimeBase timeBase, short multiplier) -
Uses of S7SubscriptionType in org.apache.plc4x.java.s7.readwrite.types
Methods in org.apache.plc4x.java.s7.readwrite.types that return S7SubscriptionType Modifier and Type Method Description static S7SubscriptionTypeS7SubscriptionType. valueOf(String name)Returns the enum constant of this type with the specified name.static S7SubscriptionType[]S7SubscriptionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-