public interface PvaClientRPCRequester
| Modifier and Type | Method and Description |
|---|---|
void |
requestDone(org.epics.pvdata.pv.Status status,
PvaClientRPC channelRPC,
org.epics.pvdata.pv.PVStructure pvResponse)
The request is done.
|
void requestDone(org.epics.pvdata.pv.Status status,
PvaClientRPC channelRPC,
org.epics.pvdata.pv.PVStructure pvResponse)
status - Completion status.channelRPC - The pvaClientRPC interface.pvResponse - The response data for the RPC request or null if the request failed.Copyright © 2018 EPICS. All rights reserved.