|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChNestedException | |
charly.client |
Uses of ChNestedException in charly.client |
Methods in charly.client that throw ChNestedException | |
void |
ChGpibSrq.addGpibListener(ChGpibListener l)
adds a ChGpibListener for SRQ-Events. |
void |
ChGpibSrq.removeGpibListener(ChGpibListener l)
If no listeners are left, the server is notified that it needn't check the SRQ any more. |
void |
ChGpibSrq.listenForSrq()
waits until a SRQ on this device occured. |
void |
ChGpibUnit.send(byte[] data,
int length)
sends a specified string to the device on the gpib-bus. |
void |
ChGpibUnit.send(java.lang.String data)
sends a specified string to the device on the gpib-bus. |
byte[] |
ChGpibUnit.sendAndEnter(byte[] data,
int length)
sends a string to the device on the gpib-bus and enters a string from this device. |
byte[] |
ChGpibUnit.sendAndEnter(java.lang.String data)
sends a string to the device on the gpib-bus and enters a string from this device. |
byte[] |
ChGpibUnit.enter()
receives from the device on the gpib-bus. |
byte[] |
ChGpibUnit.receive()
receives non-binary data from the gpib-bus. |
void |
ChGpibUnit.tarray(int dvcAddr,
byte[] data,
int length,
byte eoi)
sends data to a given device of the gpib-bus. |
byte[] |
ChGpibUnit.rarray()
receives binary and non-binary data from the device of the gpib-bus. |
int |
ChGpibUnit.isListenerPresent()
tests if listener with specified address is present. |
Constructors in charly.client that throw ChNestedException | |
ChGpibSrq(ChConnect conn,
int dvcAddr)
Konstruktor |
|
ChGpibUnit(ChConnect conn,
int dvcAddr,
java.lang.String suffix)
Konstruktor |
|
ChGpibUnit(ChConnect conn,
int dvcAddr)
Konstruktor |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |