PylonDeviceInfo_t#
Device info struct. More…
#include <pylonc/PylonC.h>
Public Attributes#
| Name | |
|---|---|
| char | DeviceClass |
| char | DeviceVersion |
| char | FriendlyName |
| char | FullName |
| char | ModelName |
| char | SerialNumber |
| char | UserDefinedName |
| char | VendorName |
Detailed Description#
Device info struct.
This struct provides general information about the device gathered during enumeration.
Public Attributes Documentation#
variable DeviceClass#
The device class (transport layer) used by the device
variable DeviceVersion#
The device version as reported by the device
variable FriendlyName#
User friendly device name for display purpose
variable FullName#
Full unique device name for identification
variable ModelName#
Model name of the device
variable SerialNumber#
Serial number of the device
variable UserDefinedName#
User defined name, if present, as reported by the device
variable VendorName#
Manufacturer of the device