C++ API
Loading...
Searching...
No Matches
Plux::DevInfo Struct Reference

Information about a device found by BaseDev::findDevices(). More...

#include <plux.h>

Public Attributes

String path
 Device path (the path to be passed to the device class constructor).
 
String description
 Device description as returned in its description property.
 

Detailed Description

Information about a device found by BaseDev::findDevices().

Member Data Documentation

◆ path

String Plux::DevInfo::path

Device path (the path to be passed to the device class constructor).

See also
BaseDev::BaseDev()

◆ description

String Plux::DevInfo::description

Device description as returned in its description property.

See also
BaseDev::getProperties()

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