charly.client.protocol
Interface ChClientGpib

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
ChGpibClientRepresentation

public interface ChClientGpib
extends java.rmi.Remote

This interface represents the client-side Gpib for the server.

See Also:
ChGpibDevice

Method Summary
 void srq(int dvcAddr)
          This method is called after an SRQ had occured.
 

Method Detail

srq

public void srq(int dvcAddr)
         throws java.rmi.RemoteException
This method is called after an SRQ had occured. The server determined by a SPOLL the requesting device and calls this method.

Throws:
java.rmi.RemoteException