OrbbecSDK 2.1.1
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
A class describing device information, representing the name, id, serial number and other basic information of an RGBD camera. More...
#include <Device.hpp>
Public Member Functions | |
DeviceInfo (ob_device_info_t *impl) | |
~DeviceInfo () noexcept | |
const char * | getName () const |
Get device name. | |
int | getPid () const |
Get the pid of the device. | |
int | getVid () const |
Get the vid of the device. | |
const char * | getUid () const |
Get system assigned uid for distinguishing between different devices. | |
const char * | getSerialNumber () const |
Get the serial number of the device. | |
const char * | getFirmwareVersion () const |
Get the version number of the firmware. | |
const char * | getConnectionType () const |
Get the connection type of the device. | |
const char * | getIpAddress () const |
Get the IP address of the device. | |
const char * | getHardwareVersion () const |
Get the version number of the hardware. | |
const char * | getSupportedMinSdkVersion () const |
Get the minimum version number of the SDK supported by the device. | |
const char * | getAsicName () const |
Get chip type name. | |
OBDeviceType | getDeviceType () const |
Get the device type. | |
const char * | name () const |
int | pid () const |
int | vid () const |
const char * | uid () const |
const char * | serialNumber () const |
const char * | firmwareVersion () const |
const char * | connectionType () const |
const char * | ipAddress () const |
const char * | hardwareVersion () const |
const char * | supportedMinSdkVersion () const |
const char * | asicName () const |
OBDeviceType | deviceType () const |
A class describing device information, representing the name, id, serial number and other basic information of an RGBD camera.
Definition at line 821 of file Device.hpp.
|
inlineexplicit |
Definition at line 826 of file Device.hpp.
|
inlinenoexcept |
Definition at line 827 of file Device.hpp.
|
inline |
Get device name.
Definition at line 838 of file Device.hpp.
Referenced by name().
|
inline |
Get the pid of the device.
Definition at line 850 of file Device.hpp.
Referenced by pid().
|
inline |
Get the vid of the device.
Definition at line 862 of file Device.hpp.
Referenced by vid().
|
inline |
Get system assigned uid for distinguishing between different devices.
Definition at line 874 of file Device.hpp.
Referenced by uid().
|
inline |
Get the serial number of the device.
Definition at line 886 of file Device.hpp.
Referenced by serialNumber().
|
inline |
Get the version number of the firmware.
Definition at line 898 of file Device.hpp.
Referenced by firmwareVersion().
|
inline |
Get the connection type of the device.
Definition at line 911 of file Device.hpp.
Referenced by connectionType().
|
inline |
Get the IP address of the device.
Definition at line 925 of file Device.hpp.
Referenced by ipAddress().
|
inline |
Get the version number of the hardware.
Definition at line 937 of file Device.hpp.
Referenced by hardwareVersion().
|
inline |
Get the minimum version number of the SDK supported by the device.
Definition at line 949 of file Device.hpp.
Referenced by supportedMinSdkVersion().
|
inline |
Get chip type name.
Definition at line 961 of file Device.hpp.
Referenced by asicName().
|
inline |
Get the device type.
Definition at line 973 of file Device.hpp.
Referenced by deviceType().
|
inline |
Definition at line 982 of file Device.hpp.
Referenced by getAsicName(), and getName().
|
inline |
Definition at line 986 of file Device.hpp.
Referenced by getPid().
|
inline |
Definition at line 990 of file Device.hpp.
Referenced by getVid().
|
inline |
Definition at line 994 of file Device.hpp.
Referenced by getUid().
|
inline |
Definition at line 998 of file Device.hpp.
|
inline |
Definition at line 1002 of file Device.hpp.
|
inline |
Definition at line 1006 of file Device.hpp.
|
inline |
Definition at line 1010 of file Device.hpp.
|
inline |
Definition at line 1014 of file Device.hpp.
|
inline |
Definition at line 1018 of file Device.hpp.
|
inline |
Definition at line 1022 of file Device.hpp.
|
inline |
Definition at line 1026 of file Device.hpp.