DeviceEnumInfo.Internal

<summary> Encapsulate data in struct to (at least try) prevent user from modifing the context </summary>

struct DeviceEnumInfo
struct Internal {}

Members

Variables

connection
DeviceConnection connection;

<summary> Connection type of the discoverd device </summary>

path
wchar_t[260] path;

<summary> Path to the discovered device </summary>

Meta