public static class NIVision.IMAQdxAttributeInformation extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
Name |
int |
Readable |
NIVision.IMAQdxAttributeType |
Type |
int |
Writable |
Modifier | Constructor and Description |
---|---|
|
IMAQdxAttributeInformation() |
protected |
IMAQdxAttributeInformation(java.nio.ByteBuffer backing,
int offset) |
protected |
IMAQdxAttributeInformation(long nativeObj,
boolean owned) |
|
IMAQdxAttributeInformation(NIVision.IMAQdxAttributeType Type,
int Readable,
int Writable,
java.lang.String Name) |
Modifier and Type | Method and Description |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public NIVision.IMAQdxAttributeType Type
public int Readable
public int Writable
public java.lang.String Name
public IMAQdxAttributeInformation()
public IMAQdxAttributeInformation(NIVision.IMAQdxAttributeType Type, int Readable, int Writable, java.lang.String Name)
protected IMAQdxAttributeInformation(java.nio.ByteBuffer backing, int offset)
protected IMAQdxAttributeInformation(long nativeObj, boolean owned)