Device info struct. More...
#include <pylonc/PylonC.h>
Data Fields | |
char | DeviceClass [PYLON_MAX_DEVICEINFO_ENTRY_LENGTH] |
char | DeviceVersion [PYLON_MAX_DEVICEINFO_ENTRY_LENGTH] |
char | FriendlyName [PYLON_MAX_DEVICEINFO_ENTRY_LENGTH] |
char | FullName [FILENAME_MAX] |
char | ModelName [PYLON_MAX_DEVICEINFO_ENTRY_LENGTH] |
char | SerialNumber [PYLON_MAX_DEVICEINFO_ENTRY_LENGTH] |
char | UserDefinedName [PYLON_MAX_DEVICEINFO_ENTRY_LENGTH] |
char | VendorName [PYLON_MAX_DEVICEINFO_ENTRY_LENGTH] |
Device info struct.
This struct provides general information about the device gathered during enumeration.
char PylonDeviceInfo_t::DeviceClass[PYLON_MAX_DEVICEINFO_ENTRY_LENGTH] |
The device class (transport layer) used by the device
char PylonDeviceInfo_t::DeviceVersion[PYLON_MAX_DEVICEINFO_ENTRY_LENGTH] |
The device version as reported by the device
char PylonDeviceInfo_t::FriendlyName[PYLON_MAX_DEVICEINFO_ENTRY_LENGTH] |
User friendly device name for display purpose
char PylonDeviceInfo_t::FullName[FILENAME_MAX] |
Full unique device name for identification
char PylonDeviceInfo_t::ModelName[PYLON_MAX_DEVICEINFO_ENTRY_LENGTH] |
Model name of the device
char PylonDeviceInfo_t::SerialNumber[PYLON_MAX_DEVICEINFO_ENTRY_LENGTH] |
Serial number of the device
char PylonDeviceInfo_t::UserDefinedName[PYLON_MAX_DEVICEINFO_ENTRY_LENGTH] |
User defined name, if present, as reported by the device
char PylonDeviceInfo_t::VendorName[PYLON_MAX_DEVICEINFO_ENTRY_LENGTH] |
Manufacturer of the device