Mech-Eye API 2.3.3
API reference documentation for Mech-Eye Industrial 3D Camera
Loading...
Searching...
No Matches
Public Attributes | List of all members
mmind::api::MechEyeDeviceInfo Struct Reference

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.
 

Detailed Description

This struct defines device information.

Definition at line 86 of file MechEyeDataType.h.

Member Data Documentation

◆ firmwareVersion

std::string mmind::api::MechEyeDeviceInfo::firmwareVersion

The version of the firmware which can be upgraded.

Definition at line 92 of file MechEyeDataType.h.

◆ hardwareVersion

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.

◆ id

std::string mmind::api::MechEyeDeviceInfo::id

Device ID.

Definition at line 89 of file MechEyeDataType.h.

◆ ipAddress

std::string mmind::api::MechEyeDeviceInfo::ipAddress

IP address of the device.

Definition at line 93 of file MechEyeDataType.h.

◆ model

std::string mmind::api::MechEyeDeviceInfo::model

Device model name, such as Mech-Eye Nano.

Definition at line 88 of file MechEyeDataType.h.

◆ port

uint16_t mmind::api::MechEyeDeviceInfo::port

Device port.

Definition at line 94 of file MechEyeDataType.h.


The documentation for this struct was generated from the following file: