Interface InternalPlcSubscriptionResponse
- All Superinterfaces:
InternalPlcResponse,PlcFieldResponse,PlcMessage,PlcResponse,PlcSubscriptionResponse
- All Known Implementing Classes:
DefaultPlcSubscriptionResponse
public interface InternalPlcSubscriptionResponse extends PlcSubscriptionResponse, InternalPlcResponse
-
Method Summary
Modifier and Type Method Description Map<String,org.apache.commons.lang3.tuple.Pair<PlcResponseCode,PlcSubscriptionHandle>>getValues()Methods inherited from interface org.apache.plc4x.java.api.messages.PlcFieldResponse
getField, getFieldNames, getResponseCodeMethods inherited from interface org.apache.plc4x.java.api.messages.PlcSubscriptionResponse
getRequest, getSubscriptionHandle, getSubscriptionHandles
-
Method Details
-
getValues
Map<String,org.apache.commons.lang3.tuple.Pair<PlcResponseCode,PlcSubscriptionHandle>> getValues()
-