10 #include <PvSystemEventSink.h>
11 #include <PvNetworkAdapter.h>
12 #include <PvUSBHostController.h>
107 void SetDetectionTimeout( uint32_t aTimeout );
122 uint32_t GetDetectionTimeout()
const;
129 void SetSubnetBroadcastEnabled(
bool aValue );
136 bool GetSubnetBroadcastEnabled()
const;
145 uint32_t GetGEVSupportedVersion()
const;
154 uint32_t GetU3VSupportedVersion()
const;
190 uint32_t GetInterfaceCount()
const;
201 const PvInterface *GetInterface( uint32_t aIndex )
const;
208 uint32_t GetDeviceCount()
const;
221 const PvDeviceInfo *GetDeviceInfo( uint32_t aIndex )
const;
223 uint32_t DiscoverSessions()
const;
235 PvSystemLib::System *mThis;
Information identifying a device.
Definition: PvDeviceInfo.h:27
Represents one interface (network adapter or USB host controller) on a system (the PC)
Definition: PvInterface.h:33
Result information.
Definition: PvResult.h:30
String class.
Definition: PvString.h:26
Observer interface for an observable PvSystem object.
Definition: PvSystemEventSink.h:40
Find interfaces (network adapters or USB host controllers) and devices reachable from this PC.
Definition: PvSystem.h:38
Definition: PvSystem.h:20