7#ifndef __PVDEVICEINFOUSB_H__
8#define __PVDEVICEINFOUSB_H__
10#include <PvDeviceInfo.h>
50#ifndef PV_GENERATING_DOXYGEN_DOC
54 void SetStatus(
PvUSBStatus aValue ) { mStatus = aValue; }
PvUSBStatus
USB device status enumeration type.
Definition PvSystemEnums.h:35
PvDeviceInfoType
Device information type enumeration.
Definition PvSystemEnums.h:83
Information identifying a device.
Definition PvDeviceInfo.h:27
Information about a generic USB device.
Definition PvDeviceInfoUSB.h:19
Represents one interface (network adapter or USB host controller) on a system (the PC)
Definition PvInterface.h:33