charly.client
Class ChGpibEvent

java.lang.Object
  extended bycharly.client.ChGpibEvent

public class ChGpibEvent
extends java.lang.Object

See Also:
ChGpibListener, ChGpibClient

Field Summary
(package private)  int dvcAddr
           
(package private)  java.lang.Object src
           
static int SRQ
           
(package private)  int type
          currently the only type known is SRQ
 
Constructor Summary
ChGpibEvent(java.lang.Object src, int type, int dvcAddr)
           
 
Method Summary
 int getDvcAddr()
           
 java.lang.Object getSource()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

int type
currently the only type known is SRQ


dvcAddr

int dvcAddr

src

java.lang.Object src

SRQ

public static final int SRQ
See Also:
Constant Field Values
Constructor Detail

ChGpibEvent

public ChGpibEvent(java.lang.Object src,
                   int type,
                   int dvcAddr)
Parameters:
src - - usually ChGpibSrq or ChGpibClient instance.
type - - currently only SRQ is known.
dvcAddr - - the device address of the GPIB device producing the SRQ
Method Detail

getSource

public java.lang.Object getSource()

getType

public int getType()

getDvcAddr

public int getDvcAddr()