public class VisaRaw extends Object implements groovy.lang.GroovyObject
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
byte[] |
controlIn(int requestType,
int request,
int value,
int index,
int length) |
void |
controlOut(int requestType,
int request,
int value,
int index,
int length,
byte... buf) |
Visa |
getBase() |
int |
getBulkInPipe() |
int |
getBulkOutPipe() |
int |
getCtrlPipe() |
int |
getIntrInPipe() |
groovy.lang.MetaClass |
getMetaClass() |
int |
getNumPipes() |
Object |
getProperty(String property) |
int |
getRecvIntrSize() |
String |
getRsrcClass() |
int |
getSesn() |
Object |
invokeMethod(String method,
Object arguments) |
Object |
methodMissing(String name,
Object args) |
void |
printPipeInfo() |
Object |
propertyMissing(String name) |
String |
read() |
String |
read(int count) |
byte[] |
readBytes(byte... buff) |
byte[] |
readBytes(byte[] buff,
int count) |
byte[] |
readBytes(int count) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
void |
write(String outputString) |
public VisaRaw(Object newBase, int newSesn)
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectpublic final Visa getBase()
public final int getSesn()
public void close()
public void write(String outputString)
public String read()
public String read(int count)
public byte[] readBytes(int count)
public byte[] readBytes(byte... buff)
public byte[] readBytes(byte[] buff,
int count)
public String getRsrcClass()
public int getNumPipes()
public int getBulkInPipe()
public int getBulkOutPipe()
public int getCtrlPipe()
public int getIntrInPipe()
public int getRecvIntrSize()
public void printPipeInfo()
public void controlOut(int requestType,
int request,
int value,
int index,
int length,
byte... buf)
public byte[] controlIn(int requestType,
int request,
int value,
int index,
int length)
Copyright © 2009-2013 jtstand.com. All Rights Reserved.