Interface PlcResponse
-
- All Superinterfaces:
PlcMessage
- All Known Subinterfaces:
PlcBrowseResponse
,PlcDiscoveryResponse
,PlcPingResponse
,PlcReadResponse
,PlcSubscriptionEvent
,PlcSubscriptionResponse
,PlcSubscriptionTagResponse
,PlcTagResponse
,PlcUnsubscriptionResponse
,PlcWriteResponse
public interface PlcResponse extends PlcMessage
Base type for all response messages sent as response for a prior request from a plc to the plc4x system.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlcRequest
getRequest()
-
-
-
Method Detail
-
getRequest
PlcRequest getRequest()
-
-