| Mech-Eye API 2.5.0
    API reference documentation for Mech-Eye Industrial 3D Camera | 
This struct defines device information. More...
#include <MechEyeDataType.h>
| Public Attributes | |
| std::string | model | 
| Device model name, such as Mech-Eye Nano. | |
| std::string | id | 
| Device ID. | |
| std::string | hardwareVersion | 
| The version of the hardware which is pre-determined from the factory. | |
| std::string | firmwareVersion | 
| The version of the firmware which can be upgraded. | |
| std::string | ipAddress | 
| IP address of the device. | |
| uint16_t | port | 
| Device port. | |
This struct defines device information.
Definition at line 86 of file MechEyeDataType.h.
| std::string mmind::api::MechEyeDeviceInfo::firmwareVersion | 
The version of the firmware which can be upgraded.
Definition at line 92 of file MechEyeDataType.h.
| std::string mmind::api::MechEyeDeviceInfo::hardwareVersion | 
The version of the hardware which is pre-determined from the factory.
Definition at line 91 of file MechEyeDataType.h.
| std::string mmind::api::MechEyeDeviceInfo::id | 
Device ID.
Definition at line 89 of file MechEyeDataType.h.
| std::string mmind::api::MechEyeDeviceInfo::ipAddress | 
IP address of the device.
Definition at line 93 of file MechEyeDataType.h.
| std::string mmind::api::MechEyeDeviceInfo::model | 
Device model name, such as Mech-Eye Nano.
Definition at line 88 of file MechEyeDataType.h.
| uint16_t mmind::api::MechEyeDeviceInfo::port | 
Device port.
Definition at line 94 of file MechEyeDataType.h.