Methods in cern.cmw.rda.client that return GetRequest |
GetRequest |
DeviceHandle.createGetRequest(String propName,
String cycleSelector,
Data context,
ReplyHandler replyHandler)
|
GetRequest |
IDeviceHandle.get(String propName,
ReplyHandler replyHandler)
|
GetRequest |
DeviceHandle.get(String propName,
ReplyHandler replyHandler)
Creaters and sends to the device a request to read the speciified property value. |
GetRequest |
IDeviceHandle.get(String propName,
String cycleSelector,
Data context,
ReplyHandler replyHandler)
|
GetRequest |
DeviceHandle.get(String propName,
String cycleSelector,
Data context,
ReplyHandler replyHandler)
Creates and sends to the device a request to read the specified property
value. |
GetRequest |
IDeviceHandle.get(String propName,
String cycleSelector,
ReplyHandler replyHandler)
|
GetRequest |
DeviceHandle.get(String propName,
String cycleSelector,
ReplyHandler replyHandler)
Creates and sends to the device a request to read the speciified property value. |