public static class NIVision.LCDReport extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
NIVision.LCDSegments[] |
segmentInfo |
private java.nio.ByteBuffer |
segmentInfo_buf |
java.lang.String |
text |
private java.nio.ByteBuffer |
text_buf |
backing| Modifier | Constructor and Description |
|---|---|
|
LCDReport() |
protected |
LCDReport(java.nio.ByteBuffer backing,
int offset) |
protected |
LCDReport(long nativeObj,
boolean owned) |
|
LCDReport(java.lang.String text,
NIVision.LCDSegments[] segmentInfo) |
| Modifier and Type | Method and Description |
|---|---|
private void |
init() |
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
finalize, free, getAddress, setBufferpublic java.lang.String text
public NIVision.LCDSegments[] segmentInfo
private java.nio.ByteBuffer text_buf
private java.nio.ByteBuffer segmentInfo_buf
public LCDReport()
public LCDReport(java.lang.String text,
NIVision.LCDSegments[] segmentInfo)
protected LCDReport(java.nio.ByteBuffer backing,
int offset)
protected LCDReport(long nativeObj,
boolean owned)
private void init()
protected void setBuffer(java.nio.ByteBuffer backing,
int offset)
public void read()
read in class NIVision.DisposedStructpublic void write()
write in class NIVision.DisposedStructpublic int size()
size in class NIVision.DisposedStruct