![]() |
OrbbecSDK 2.2.8
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 835 of file Device.hpp.
|
inlineexplicit |
Definition at line 840 of file Device.hpp.
|
inlinenoexcept |
Definition at line 841 of file Device.hpp.
|
inline |
Get device name.
Definition at line 852 of file Device.hpp.
Referenced by name().
|
inline |
Get the pid of the device.
Definition at line 864 of file Device.hpp.
Referenced by pid().
|
inline |
Get the vid of the device.
Definition at line 876 of file Device.hpp.
Referenced by vid().
|
inline |
Get system assigned uid for distinguishing between different devices.
Definition at line 888 of file Device.hpp.
Referenced by uid().
|
inline |
Get the serial number of the device.
Definition at line 900 of file Device.hpp.
Referenced by serialNumber().
|
inline |
Get the version number of the firmware.
Definition at line 912 of file Device.hpp.
Referenced by firmwareVersion().
|
inline |
Get the connection type of the device.
Definition at line 925 of file Device.hpp.
Referenced by connectionType().
|
inline |
Get the IP address of the device.
Definition at line 939 of file Device.hpp.
Referenced by ipAddress().
|
inline |
Get the version number of the hardware.
Definition at line 951 of file Device.hpp.
Referenced by hardwareVersion().
|
inline |
Get the minimum version number of the SDK supported by the device.
Definition at line 963 of file Device.hpp.
Referenced by supportedMinSdkVersion().
|
inline |
Get chip type name.
Definition at line 975 of file Device.hpp.
Referenced by asicName().
|
inline |
Get the device type.
Definition at line 987 of file Device.hpp.
Referenced by deviceType().
|
inline |
Definition at line 996 of file Device.hpp.
Referenced by getAsicName(), and getName().
|
inline |
Definition at line 1000 of file Device.hpp.
Referenced by getPid().
|
inline |
Definition at line 1004 of file Device.hpp.
Referenced by getVid().
|
inline |
Definition at line 1008 of file Device.hpp.
Referenced by getUid().
|
inline |
Definition at line 1012 of file Device.hpp.
|
inline |
Definition at line 1016 of file Device.hpp.
|
inline |
Definition at line 1020 of file Device.hpp.
|
inline |
Definition at line 1024 of file Device.hpp.
|
inline |
Definition at line 1028 of file Device.hpp.
|
inline |
Definition at line 1032 of file Device.hpp.
|
inline |
Definition at line 1036 of file Device.hpp.
|
inline |
Definition at line 1040 of file Device.hpp.