public class freenect_device_attributes extends org.bridj.StructObject
| Constructor and Description | 
|---|
| freenect_device_attributes() | 
| Modifier and Type | Method and Description | 
|---|---|
| org.bridj.Pointer<Byte> | camera_serial()< Serial number of this device's camera subdevice C type : const char* | 
| freenect_device_attributes | camera_serial(org.bridj.Pointer<Byte> camera_serial)< Serial number of this device's camera subdevice C type : const char* | 
| org.bridj.Pointer<freenect_device_attributes> | next()< Next device in the linked list C type : freenect_device_attributes* | 
| freenect_device_attributes | next(org.bridj.Pointer<freenect_device_attributes> next)< Next device in the linked list C type : freenect_device_attributes* | 
public freenect_device_attributes()
public org.bridj.Pointer<freenect_device_attributes> next()
public freenect_device_attributes next(org.bridj.Pointer<freenect_device_attributes> next)
public org.bridj.Pointer<Byte> camera_serial()
public freenect_device_attributes camera_serial(org.bridj.Pointer<Byte> camera_serial)