All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
PylonDeviceInfo_t Struct Reference

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]
 

Detailed Description

Device info struct.

This struct provides general information about the device gathered during enumeration.

Field Documentation

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


pylon C 5.0.9
Copyright © 2006-2017 Basler AG (Tue May 30 2017 17:24:56)