public interface ResponseRequest
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancel response request (allways to be called to complete/destroy).
|
void |
exception(int errorCode,
String errorMessage)
Exception response notification.
|
int |
getIOID()
Get I/O ID.
|
void |
timeout()
Timeout notification.
|
int getIOID()
void timeout()
void cancel()
void exception(int errorCode,
String errorMessage)
errorCode - exception code.errorMessage - received detailed message.Copyright © 2004-2020 EPICS. All Rights Reserved.