public class VCore
extends java.lang.Object
| Constructor and Description |
|---|
VCore() |
| Modifier and Type | Method and Description |
|---|---|
int |
close() |
static boolean |
load() |
int |
open() |
int |
process(byte[] indata,
int nin,
byte[] outdata,
int nout,
int nbw) |
int |
sysrd(int addr) |
int |
syswr(int addr,
int value) |
int |
syswrn(int addr,
int value,
int clocks) |
public static boolean load()
public int open()
public int syswr(int addr,
int value)
public int syswrn(int addr,
int value,
int clocks)
public int sysrd(int addr)
public int process(byte[] indata,
int nin,
byte[] outdata,
int nout,
int nbw)
public int close()