|
OpenNI2 SDK
v2.3.0.81
|
Public 成员函数 | |
| DeviceInfo (String uri, String vendor, String name, int usbVendorId, int usbProductId) | |
| final String | getUri () |
| final String | getVendor () |
| final String | getName () |
| int | getUsbVendorId () |
| int | getUsbProductId () |
The DeviceInfo class encapsulates info related to a specific device.
Applications will generally obtain objects of this type via calls to OpenNI#enumerateDevices() or Device#getDeviceInfo(), and then use the various accessor functions to obtain specific information on that device.
There should be no reason for application code to instantiate this object directly.
|
inline |
Getter function for the device name.
|
inline |
Getter function for the device URI. URI can be used by Device#open(String) to open a specific device.
|
inline |
Getter function for the USB PID device code.
|
inline |
Getter function for the USB VID device code.
|
inline |
Getter function for the device vendor name.