|
Mech-Eye API 2.5.1
API reference documentation for Mech-Eye Industrial 3D Camera
|
This struct defines device information. More...
#include <MechEyeDataType.h>
Data Fields | |
| 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.
| std::string firmwareVersion |
The version of the firmware which can be upgraded.
| std::string hardwareVersion |
The version of the hardware which is pre-determined from the factory.
| std::string id |
Device ID.
| std::string ipAddress |
IP address of the device.
| std::string model |
Device model name, such as Mech-Eye Nano.
| uint16_t port |
Device port.