public static class NIVision.LCDReport extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
NIVision.LCDSegments[] |
segmentInfo |
java.lang.String |
text |
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 |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public java.lang.String text
public NIVision.LCDSegments[] segmentInfo
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)