OrbbecSDK 2.0.18
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 785 of file Device.hpp.
|
inlineexplicit |
Definition at line 790 of file Device.hpp.
|
inlinenoexcept |
Definition at line 791 of file Device.hpp.
|
inline |
Get device name.
Definition at line 802 of file Device.hpp.
Referenced by name().
|
inline |
Get the pid of the device.
Definition at line 814 of file Device.hpp.
Referenced by pid().
|
inline |
Get the vid of the device.
Definition at line 826 of file Device.hpp.
Referenced by vid().
|
inline |
Get system assigned uid for distinguishing between different devices.
Definition at line 838 of file Device.hpp.
Referenced by uid().
|
inline |
Get the serial number of the device.
Definition at line 850 of file Device.hpp.
Referenced by serialNumber().
|
inline |
Get the version number of the firmware.
Definition at line 862 of file Device.hpp.
Referenced by firmwareVersion().
|
inline |
Get the connection type of the device.
Definition at line 875 of file Device.hpp.
Referenced by connectionType().
|
inline |
Get the IP address of the device.
Definition at line 889 of file Device.hpp.
Referenced by ipAddress().
|
inline |
Get the version number of the hardware.
Definition at line 901 of file Device.hpp.
Referenced by hardwareVersion().
|
inline |
Get the minimum version number of the SDK supported by the device.
Definition at line 913 of file Device.hpp.
Referenced by supportedMinSdkVersion().
|
inline |
Get chip type name.
Definition at line 925 of file Device.hpp.
Referenced by asicName().
|
inline |
Get the device type.
Definition at line 937 of file Device.hpp.
Referenced by deviceType().
|
inline |
Definition at line 946 of file Device.hpp.
Referenced by getAsicName(), and getName().
|
inline |
Definition at line 950 of file Device.hpp.
Referenced by getPid().
|
inline |
Definition at line 954 of file Device.hpp.
Referenced by getVid().
|
inline |
Definition at line 958 of file Device.hpp.
Referenced by getUid().
|
inline |
Definition at line 962 of file Device.hpp.
|
inline |
Definition at line 966 of file Device.hpp.
|
inline |
Definition at line 970 of file Device.hpp.
|
inline |
Definition at line 974 of file Device.hpp.
|
inline |
Definition at line 978 of file Device.hpp.
|
inline |
Definition at line 982 of file Device.hpp.
|
inline |
Definition at line 986 of file Device.hpp.
|
inline |
Definition at line 990 of file Device.hpp.