Interface PlcPingResponse
-
- All Superinterfaces:
PlcMessage
,PlcResponse
public interface PlcPingResponse extends PlcResponse
Response to a PlcPingRequest
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlcPingRequest
getRequest()
PlcResponseCode
getResponseCode()
-
-
-
Method Detail
-
getRequest
PlcPingRequest getRequest()
- Specified by:
getRequest
in interfacePlcResponse
-
getResponseCode
PlcResponseCode getResponseCode()
-
-