|
OrbbecSDK 2.6.3
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 * | getDeviceSubnetMask () const |
| Get the subnet mask of the device. | |
| const char * | getDeviceGateway () const |
| Get the gateway address of the device. | |
| const char * | getDevicegateway () |
| 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 889 of file Device.hpp.
|
inlineexplicit |
Definition at line 894 of file Device.hpp.
|
inlinenoexcept |
Definition at line 895 of file Device.hpp.
|
inline |
Get device name.
Definition at line 906 of file Device.hpp.
Referenced by name().
|
inline |
Get the pid of the device.
Definition at line 918 of file Device.hpp.
Referenced by pid().
|
inline |
Get the vid of the device.
Definition at line 930 of file Device.hpp.
Referenced by vid().
|
inline |
Get system assigned uid for distinguishing between different devices.
Definition at line 942 of file Device.hpp.
Referenced by uid().
|
inline |
Get the serial number of the device.
Definition at line 954 of file Device.hpp.
Referenced by serialNumber().
|
inline |
Get the version number of the firmware.
Definition at line 966 of file Device.hpp.
Referenced by firmwareVersion().
|
inline |
Get the connection type of the device.
Definition at line 979 of file Device.hpp.
Referenced by connectionType().
|
inline |
Get the IP address of the device.
Definition at line 993 of file Device.hpp.
Referenced by ipAddress().
|
inline |
Get the version number of the hardware.
Definition at line 1005 of file Device.hpp.
Referenced by hardwareVersion().
|
inline |
Get the minimum version number of the SDK supported by the device.
Definition at line 1017 of file Device.hpp.
Referenced by supportedMinSdkVersion().
|
inline |
Get chip type name.
Definition at line 1029 of file Device.hpp.
Referenced by asicName().
|
inline |
Get the device type.
Definition at line 1041 of file Device.hpp.
Referenced by deviceType().
|
inline |
Get the subnet mask of the device.
Definition at line 1053 of file Device.hpp.
|
inline |
Get the gateway address of the device.
Definition at line 1065 of file Device.hpp.
Referenced by getDevicegateway().
|
inline |
Definition at line 1074 of file Device.hpp.
|
inline |
Definition at line 1078 of file Device.hpp.
Referenced by getAsicName(), and getName().
|
inline |
Definition at line 1082 of file Device.hpp.
Referenced by getPid().
|
inline |
Definition at line 1086 of file Device.hpp.
Referenced by getVid().
|
inline |
Definition at line 1090 of file Device.hpp.
Referenced by getUid().
|
inline |
Definition at line 1094 of file Device.hpp.
|
inline |
Definition at line 1098 of file Device.hpp.
|
inline |
Definition at line 1102 of file Device.hpp.
|
inline |
Definition at line 1106 of file Device.hpp.
|
inline |
Definition at line 1110 of file Device.hpp.
|
inline |
Definition at line 1114 of file Device.hpp.
|
inline |
Definition at line 1118 of file Device.hpp.
|
inline |
Definition at line 1122 of file Device.hpp.