Interface PlcSubscriptionResponse
-
- All Superinterfaces:
PlcMessage
,PlcResponse
,PlcSubscriptionTagResponse
public interface PlcSubscriptionResponse extends PlcSubscriptionTagResponse
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlcSubscriptionRequest
getRequest()
PlcSubscriptionHandle
getSubscriptionHandle(String name)
Returns aPlcSubscriptionHandle
associated with aname
fromPlcSubscriptionTagRequest.getTag(String)
Collection<PlcSubscriptionHandle>
getSubscriptionHandles()
-
Methods inherited from interface org.apache.plc4x.java.api.messages.PlcSubscriptionTagResponse
getResponseCode, getTag, getTagNames
-
-
-
-
Method Detail
-
getRequest
PlcSubscriptionRequest getRequest()
- Specified by:
getRequest
in interfacePlcResponse
- Specified by:
getRequest
in interfacePlcSubscriptionTagResponse
-
getSubscriptionHandle
PlcSubscriptionHandle getSubscriptionHandle(String name)
Returns aPlcSubscriptionHandle
associated with aname
fromPlcSubscriptionTagRequest.getTag(String)
- Parameters:
name
- the tag name which aPlcSubscriptionHandle
is required to- Returns:
- a
PlcSubscriptionHandle
-
getSubscriptionHandles
Collection<PlcSubscriptionHandle> getSubscriptionHandles()
- Returns:
- all
PlcSubscriptionHandle
s
-
-