10 #include <PvSystemEventSink.h> 11 #include <PvNetworkAdapter.h> 12 #include <PvUSBHostController.h> 31 void SetDetectionTimeout( uint32_t aTimeout );
32 uint32_t GetDetectionTimeout()
const;
34 void SetSubnetBroadcastEnabled(
bool aValue );
35 bool GetSubnetBroadcastEnabled()
const;
37 uint32_t GetGEVSupportedVersion()
const;
38 uint32_t GetU3VSupportedVersion()
const;
43 uint32_t GetInterfaceCount()
const;
44 const PvInterface *GetInterface( uint32_t aIndex )
const;
46 uint32_t GetDeviceCount()
const;
47 const PvDeviceInfo *GetDeviceInfo( uint32_t aIndex )
const;
57 PvSystemLib::System *mThis;
Definition: PvInterface.h:14
String class.
Definition: PvString.h:21
Result information.
Definition: PvResult.h:13
Observer interface for an observable PvSystem object.
Definition: PvSystemEventSink.h:17
Represents one interface (network adapter or USB host controller) on a system (the PC) ...
Definition: PvInterface.h:26
Information identifying a device.
Definition: PvDeviceInfo.h:18
Find interfaces (network adapters or USB host controllers) and devices reachable from this PC...
Definition: PvSystem.h:21