Definition of CDeviceInfo class. More...
#include <pylon/Platform.h>
#include <pylon/PylonBase.h>
#include <pylon/stdinclude.h>
#include <pylon/Info.h>
Classes | |
class | Pylon::CDeviceInfo |
Holds information about an enumerated device. More... | |
Namespaces | |
Pylon | |
Contains definitions of pylon types. | |
Pylon::Key | |
This namespace contains keys for accessing the properties of pylon info objects. | |
Functions | |
const char *const | Pylon::Key::ManufacturerInfoKey ("ManufacturerInfo") |
Identifies the manufacturer info. | |
Variables | |
const char *const | Pylon::Key::SerialNumberKey = "SerialNumber" |
Identifies the serial number if it supported by the underlying implementation. | |
const char *const | Pylon::Key::UserDefinedNameKey = "UserDefinedName" |
Identifies the user-defined name if present. | |
const char *const | Pylon::Key::ModelNameKey = "ModelName" |
Identifies the model name of the device. | |
const char *const | Pylon::Key::DeviceVersionKey = "DeviceVersion" |
Identifies the version string of the device. | |
const char *const | Pylon::Key::DeviceFactoryKey = "DeviceFactory" |
Identifies the identifier for the transport layer able to create this device. | |
const char *const | Pylon::Key::XMLSourceKey = "XMLSource" |
Identifies the source of the XML used to create the node map of this device. | |
Definition of CDeviceInfo class.