public class VisaInst extends Object implements groovy.lang.GroovyObject
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Visa |
getBase() |
boolean |
getLoggingEnabled() |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
String |
getRsrcClass() |
int |
getSesn() |
Object |
invokeMethod(String method,
Object arguments) |
boolean |
isLoggingEnabled() |
Object |
methodMissing(String name,
Object args) |
Object |
propertyMissing(String name) |
String |
read() |
String |
read(int count) |
byte[] |
readBytes(byte... buff) |
byte[] |
readBytes(byte[] buff,
int count) |
byte[] |
readBytes(int count) |
String |
readMax(int count,
int max) |
void |
setAttribute(int attribute,
int value) |
void |
setLoggingEnabled(boolean value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
void |
write(String outputString) |
void |
writeBytes(byte... outputString) |
public VisaInst(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 boolean getLoggingEnabled()
public boolean isLoggingEnabled()
public void setLoggingEnabled(boolean value)
public void close()
public void writeBytes(byte... outputString)
public void write(String outputString)
public void setAttribute(int attribute,
int value)
public String read()
public String readMax(int count, int max)
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()
Copyright © 2009-2013 jtstand.com. All Rights Reserved.