Uses of Class
org.apache.plc4x.java.s7.readwrite.EventType
-
Packages that use EventType Package Description org.apache.plc4x.java.s7.readwrite org.apache.plc4x.java.s7.readwrite.tag org.apache.plc4x.java.s7.readwrite.utils -
-
Uses of EventType in org.apache.plc4x.java.s7.readwrite
Methods in org.apache.plc4x.java.s7.readwrite that return EventType Modifier and Type Method Description static EventTypeEventType. enumForValue(short value)static EventTypeEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static EventType[]EventType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EventType in org.apache.plc4x.java.s7.readwrite.tag
Methods in org.apache.plc4x.java.s7.readwrite.tag that return EventType Modifier and Type Method Description EventTypeS7SubscriptionTag. getEventType()Constructors in org.apache.plc4x.java.s7.readwrite.tag with parameters of type EventType Constructor Description S7SubscriptionTag(S7SubscriptionType subscriptionType, EventType eventType) -
Uses of EventType in org.apache.plc4x.java.s7.readwrite.utils
Methods in org.apache.plc4x.java.s7.readwrite.utils that return EventType Modifier and Type Method Description EventTypeS7PlcSubscriptionHandle. getEventType()Constructors in org.apache.plc4x.java.s7.readwrite.utils with parameters of type EventType Constructor Description S7PlcSubscriptionHandle(String id, EventType eventType, PlcSubscriber plcSubscriber)S7PlcSubscriptionHandle(EventType eventType, PlcSubscriber plcSubscriber)
-