Uses of Class
org.apache.plc4x.java.s7.readwrite.AssociatedQueryValueType
-
Packages that use AssociatedQueryValueType Package Description org.apache.plc4x.java.s7.readwrite -
-
Uses of AssociatedQueryValueType in org.apache.plc4x.java.s7.readwrite
Fields in org.apache.plc4x.java.s7.readwrite with type parameters of type AssociatedQueryValueType Modifier and Type Field Description protected List<AssociatedQueryValueType>S7PayloadUserDataItemCyclicServicesChangeDrivenPush. itemsprotected List<AssociatedQueryValueType>S7PayloadUserDataItemCyclicServicesChangeDrivenSubscribeResponse. itemsMethods in org.apache.plc4x.java.s7.readwrite that return AssociatedQueryValueType Modifier and Type Method Description static AssociatedQueryValueTypeAssociatedQueryValueType. staticParse(ReadBuffer readBuffer)static AssociatedQueryValueTypeAssociatedQueryValueType. staticParse(ReadBuffer readBuffer, Object... args)Methods in org.apache.plc4x.java.s7.readwrite that return types with arguments of type AssociatedQueryValueType Modifier and Type Method Description List<AssociatedQueryValueType>S7PayloadUserDataItemCyclicServicesChangeDrivenPush. getItems()List<AssociatedQueryValueType>S7PayloadUserDataItemCyclicServicesChangeDrivenSubscribeResponse. getItems()Constructor parameters in org.apache.plc4x.java.s7.readwrite with type arguments of type AssociatedQueryValueType Constructor Description S7PayloadUserDataItemCyclicServicesChangeDrivenPush(DataTransportErrorCode returnCode, DataTransportSize transportSize, int dataLength, int itemsCount, List<AssociatedQueryValueType> items)S7PayloadUserDataItemCyclicServicesChangeDrivenPushBuilderImpl(int itemsCount, List<AssociatedQueryValueType> items)S7PayloadUserDataItemCyclicServicesChangeDrivenSubscribeResponse(DataTransportErrorCode returnCode, DataTransportSize transportSize, int dataLength, int itemsCount, List<AssociatedQueryValueType> items)S7PayloadUserDataItemCyclicServicesChangeDrivenSubscribeResponseBuilderImpl(int itemsCount, List<AssociatedQueryValueType> items)
-