Uses of Class
org.apache.plc4x.java.s7.readwrite.AssociatedValueType
-
Packages that use AssociatedValueType Package Description org.apache.plc4x.java.s7.readwrite -
-
Uses of AssociatedValueType in org.apache.plc4x.java.s7.readwrite
Fields in org.apache.plc4x.java.s7.readwrite declared as AssociatedValueType Modifier and Type Field Description protected AssociatedValueTypeAlarmMessageObjectQueryType. valueComingprotected AssociatedValueTypeAlarmMessageObjectQueryType. valueGoingFields in org.apache.plc4x.java.s7.readwrite with type parameters of type AssociatedValueType Modifier and Type Field Description protected List<AssociatedValueType>AlarmMessageObjectPushType. AssociatedValuesprotected List<AssociatedValueType>S7PayloadUserDataItemCyclicServicesPush. itemsprotected List<AssociatedValueType>S7PayloadUserDataItemCyclicServicesSubscribeResponse. itemsMethods in org.apache.plc4x.java.s7.readwrite that return AssociatedValueType Modifier and Type Method Description AssociatedValueTypeAlarmMessageObjectQueryType. getValueComing()AssociatedValueTypeAlarmMessageObjectQueryType. getValueGoing()static AssociatedValueTypeAssociatedValueType. staticParse(ReadBuffer readBuffer)static AssociatedValueTypeAssociatedValueType. staticParse(ReadBuffer readBuffer, Object... args)Methods in org.apache.plc4x.java.s7.readwrite that return types with arguments of type AssociatedValueType Modifier and Type Method Description List<AssociatedValueType>AlarmMessageObjectPushType. getAssociatedValues()List<AssociatedValueType>S7PayloadUserDataItemCyclicServicesPush. getItems()List<AssociatedValueType>S7PayloadUserDataItemCyclicServicesSubscribeResponse. getItems()Constructors in org.apache.plc4x.java.s7.readwrite with parameters of type AssociatedValueType Constructor Description AlarmMessageObjectQueryType(short lengthDataset, State eventState, State ackStateGoing, State ackStateComing, DateAndTime timeComing, AssociatedValueType valueComing, DateAndTime timeGoing, AssociatedValueType valueGoing)Constructor parameters in org.apache.plc4x.java.s7.readwrite with type arguments of type AssociatedValueType Constructor Description AlarmMessageObjectPushType(short lengthSpec, SyntaxIdType syntaxId, short numberOfValues, long eventId, State eventState, State localState, State ackStateGoing, State ackStateComing, List<AssociatedValueType> AssociatedValues)S7PayloadUserDataItemCyclicServicesPush(DataTransportErrorCode returnCode, DataTransportSize transportSize, int dataLength, int itemsCount, List<AssociatedValueType> items)S7PayloadUserDataItemCyclicServicesPushBuilderImpl(int itemsCount, List<AssociatedValueType> items)S7PayloadUserDataItemCyclicServicesSubscribeResponse(DataTransportErrorCode returnCode, DataTransportSize transportSize, int dataLength, int itemsCount, List<AssociatedValueType> items)S7PayloadUserDataItemCyclicServicesSubscribeResponseBuilderImpl(int itemsCount, List<AssociatedValueType> items)
-