Package com.cosylab.epics.caj.impl
Interface NotifyResponseRequest
-
- All Superinterfaces:
ResponseRequest
- All Known Implementing Classes:
EventAddRequest,ReadNotifyRequest,WriteNotifyRequest
public interface NotifyResponseRequest extends ResponseRequest
- Version:
- $id$
- Author:
- Matej Sekoranja
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidresponse(int status, short dataType, int dataCount, ByteBuffer dataPayloadBuffer)Notification response.-
Methods inherited from interface com.cosylab.epics.caj.impl.ResponseRequest
cancel, exception, getIOID, timeout
-
-
-
-
Method Detail
-
response
void response(int status, short dataType, int dataCount, ByteBuffer dataPayloadBuffer)Notification response.- Parameters:
status-dataType-dataCount-dataPayloadBuffer-
-
-