Interface PlcDiscoveryResponse
-
- All Superinterfaces:
PlcMessage
,PlcResponse
public interface PlcDiscoveryResponse extends PlcResponse
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlcDiscoveryRequest
getRequest()
PlcResponseCode
getResponseCode()
List<PlcDiscoveryItem>
getValues()
-
-
-
Method Detail
-
getRequest
PlcDiscoveryRequest getRequest()
- Specified by:
getRequest
in interfacePlcResponse
-
getResponseCode
PlcResponseCode getResponseCode()
-
getValues
List<PlcDiscoveryItem> getValues()
-
-