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
 void response(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 -


Copyright © 2004-2013 Cosylab. All Rights Reserved.