Interface PlcWriteResponse
-
- All Superinterfaces:
PlcMessage
,PlcResponse
,PlcTagResponse
public interface PlcWriteResponse extends PlcTagResponse
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlcWriteRequest
getRequest()
-
Methods inherited from interface org.apache.plc4x.java.api.messages.PlcTagResponse
getResponseCode, getTag, getTagNames
-
-
-
-
Method Detail
-
getRequest
PlcWriteRequest getRequest()
- Specified by:
getRequest
in interfacePlcResponse
- Specified by:
getRequest
in interfacePlcTagResponse
-
-