public class DeviceList extends org.bridj.cpp.CPPObject
| Constructor and Description | 
|---|
| DeviceList() | 
| DeviceList(org.bridj.Pointer pointer) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Device> | asArrayList() | 
| protected org.bridj.Pointer<org.bridj.Pointer<Device>> | devices() | 
| protected DeviceList | devices(org.bridj.Pointer<org.bridj.Pointer<Device>> devices) | 
| org.bridj.Pointer<Device> | getDevice(int i) | 
| int | getNumDevices() | 
| protected int | nDevices() | 
| protected DeviceList | nDevices(int nDevices) | 
public DeviceList()
public DeviceList(org.bridj.Pointer pointer)
protected int nDevices()
protected DeviceList nDevices(int nDevices)
protected DeviceList devices(org.bridj.Pointer<org.bridj.Pointer<Device>> devices)
public int getNumDevices()
public List<Device> asArrayList()