10 #include <PvSystemEventSink.h>
11 #include <PvNetworkAdapter.h>
12 #include <PvUSBHostController.h>
37 void SetDetectionTimeout( uint32_t aTimeout );
38 uint32_t GetDetectionTimeout()
const;
40 void SetSubnetBroadcastEnabled(
bool aValue );
41 bool GetSubnetBroadcastEnabled()
const;
43 uint32_t GetGEVSupportedVersion()
const;
44 uint32_t GetU3VSupportedVersion()
const;
49 uint32_t GetInterfaceCount()
const;
50 const PvInterface *GetInterface( uint32_t aIndex )
const;
52 uint32_t GetDeviceCount()
const;
53 const PvDeviceInfo *GetDeviceInfo( uint32_t aIndex )
const;
55 uint32_t DiscoverSessions()
const;
66 PvSystemLib::System *mThis;