Uses of Class
org.apache.plc4x.java.s7.readwrite.TimeBase
-
Packages that use TimeBase Package Description org.apache.plc4x.java.s7.readwrite org.apache.plc4x.java.s7.readwrite.tag -
-
Uses of TimeBase in org.apache.plc4x.java.s7.readwrite
Fields in org.apache.plc4x.java.s7.readwrite declared as TimeBase Modifier and Type Field Description protected TimeBaseS7PayloadUserDataItemCyclicServicesSubscribeRequest. timeBaseMethods in org.apache.plc4x.java.s7.readwrite that return TimeBase Modifier and Type Method Description static TimeBaseTimeBase. enumForValue(short value)TimeBaseS7PayloadUserDataItemCyclicServicesSubscribeRequest. getTimeBase()static TimeBaseTimeBase. valueOf(String name)Returns the enum constant of this type with the specified name.static TimeBase[]TimeBase. 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 TimeBase Constructor Description S7PayloadUserDataItemCyclicServicesSubscribeRequest(DataTransportErrorCode returnCode, DataTransportSize transportSize, int dataLength, int itemsCount, TimeBase timeBase, short timeFactor, List<CycServiceItemType> item)S7PayloadUserDataItemCyclicServicesSubscribeRequestBuilderImpl(int itemsCount, TimeBase timeBase, short timeFactor, List<CycServiceItemType> item) -
Uses of TimeBase in org.apache.plc4x.java.s7.readwrite.tag
Methods in org.apache.plc4x.java.s7.readwrite.tag that return TimeBase Modifier and Type Method Description TimeBaseS7SubscriptionTag. getTimeBase()Constructors in org.apache.plc4x.java.s7.readwrite.tag with parameters of type TimeBase Constructor Description S7SubscriptionTag(S7SubscriptionType subscriptionType, S7Tag[] s7tags, TimeBase timeBase, short multiplier)
-