7 #ifndef __PVDEVICEINFOGEV_H__ 8 #define __PVDEVICEINFOGEV_H__ 10 #include <PvDeviceInfo.h> 28 uint32_t GetGEVVersion()
const;
32 #ifndef PV_GENERATING_DOXYGEN_DOC 38 void SetIPAddress(
const std::string &aValue ) { *mIPAddress = aValue; }
39 void SetMACAddress(
const std::string &aValue ) { *mMACAddress = aValue; }
40 void SetDefaultGateway(
const std::string &aValue ) { *mDefaultGateway = aValue; }
41 void SetSubnetMask(
const std::string &aValue ) { *mSubnetMask = aValue; }
43 void SetGEVVersion( uint32_t aValue ) { mGEVVersion = aValue; }
45 #endif // PV_GENERATING_DOXYGEN_DOC 52 std::string *mIPAddress;
53 std::string *mMACAddress;
54 std::string *mDefaultGateway;
55 std::string *mSubnetMask;
String class.
Definition: PvString.h:21
Represents one interface (network adapter or USB host controller) on a system (the PC) ...
Definition: PvInterface.h:26
Information identifying a GigE Vision device.
Definition: PvDeviceInfoGEV.h:13
Information identifying a device.
Definition: PvDeviceInfo.h:18