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