|
OrbbecSDK 2.5.5
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 * | 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 872 of file Device.hpp.
|
inlineexplicit |
Definition at line 877 of file Device.hpp.
|
inlinenoexcept |
Definition at line 878 of file Device.hpp.
|
inline |
Get device name.
Definition at line 889 of file Device.hpp.
Referenced by name().
|
inline |
Get the pid of the device.
Definition at line 901 of file Device.hpp.
Referenced by pid().
|
inline |
Get the vid of the device.
Definition at line 913 of file Device.hpp.
Referenced by vid().
|
inline |
Get system assigned uid for distinguishing between different devices.
Definition at line 925 of file Device.hpp.
Referenced by uid().
|
inline |
Get the serial number of the device.
Definition at line 937 of file Device.hpp.
Referenced by serialNumber().
|
inline |
Get the version number of the firmware.
Definition at line 949 of file Device.hpp.
Referenced by firmwareVersion().
|
inline |
Get the connection type of the device.
Definition at line 962 of file Device.hpp.
Referenced by connectionType().
|
inline |
Get the IP address of the device.
Definition at line 976 of file Device.hpp.
Referenced by ipAddress().
|
inline |
Get the version number of the hardware.
Definition at line 988 of file Device.hpp.
Referenced by hardwareVersion().
|
inline |
Get the minimum version number of the SDK supported by the device.
Definition at line 1000 of file Device.hpp.
Referenced by supportedMinSdkVersion().
|
inline |
Get chip type name.
Definition at line 1012 of file Device.hpp.
Referenced by asicName().
|
inline |
Get the device type.
Definition at line 1024 of file Device.hpp.
Referenced by deviceType().
|
inline |
Get the subnet mask of the device.
Definition at line 1036 of file Device.hpp.
|
inline |
Get the gateway address of the device.
Definition at line 1048 of file Device.hpp.
|
inline |
Definition at line 1057 of file Device.hpp.
Referenced by getAsicName(), and getName().
|
inline |
Definition at line 1061 of file Device.hpp.
Referenced by getPid().
|
inline |
Definition at line 1065 of file Device.hpp.
Referenced by getVid().
|
inline |
Definition at line 1069 of file Device.hpp.
Referenced by getUid().
|
inline |
Definition at line 1073 of file Device.hpp.
|
inline |
Definition at line 1077 of file Device.hpp.
|
inline |
Definition at line 1081 of file Device.hpp.
|
inline |
Definition at line 1085 of file Device.hpp.
|
inline |
Definition at line 1089 of file Device.hpp.
|
inline |
Definition at line 1093 of file Device.hpp.
|
inline |
Definition at line 1097 of file Device.hpp.
|
inline |
Definition at line 1101 of file Device.hpp.