Package org.epics.ca.impl
Interface NotifyResponseRequest
-
- All Superinterfaces:
ResponseRequest
- All Known Implementing Classes:
MonitorRequest,ReadNotifyRequest,WriteNotifyRequest
public interface NotifyResponseRequest extends ResponseRequest
ResponseRequest expecting data response.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidresponse(int status, short dataType, int dataCount, java.nio.ByteBuffer dataPayloadBuffer)Notification response.-
Methods inherited from interface org.epics.ca.impl.ResponseRequest
cancel, exception, getIOID
-
-
-
-
Method Detail
-
response
void response(int status, short dataType, int dataCount, java.nio.ByteBuffer dataPayloadBuffer)Notification response.- Parameters:
status- the CA status code.dataType- the CA data type.dataCount- the CA channel element count.dataPayloadBuffer- the buffer with the payload
-
-