This class is used to specify information that can be used to validate a UPnP device.  
More...
#include <HDeviceSetup>
List of all members.
Detailed Description
This class is used to specify information that can be used to validate a UPnP device. 
- See also:
- HDevicesSetupData, HClientDevice, HServerDevice
Constructor & Destructor Documentation
Creates a new, invalid instance. 
- See also:
- isValid() 
 
 
Creates a new instance. 
- Parameters:
- 
  
    | type | specifies the device type. |  | incReq | specifies inclusion requirement of the device. |  
 
- See also:
- isValid()
 
 
Creates a new instance. 
- Parameters:
- 
  
    | type | specifies the device type. |  | version | specifies the version of the UPnP device, which first specified the embedded device. |  | incReq | specifies inclusion requirement of the device. |  
 
- See also:
- isValid() 
 
 
Assignment operator. 
Copies the contents of other to this. 
 
 
Member Function Documentation
Copy constructor. 
Creates a copy of other. 
 
 
Returns the version of the UPnP device, which first specified the embedded device. 
- Returns:
- The version of the UPnP device, which first specified the embedded device.
- See also:
- setVersion() 
 
 
Sets the the inclusion requirement. 
- Parameters:
- 
  
    | arg | specifies the inclusion requirement. |  
 
- See also:
- inclusionRequirement() 
 
 
Sets the device type. 
- Parameters:
- 
  
    | arg | specifies the device type. |  
 
- See also:
- deviceType() 
 
 
      
        
          | void setVersion | ( | int | version | ) |  | 
      
 
Specifies the version of the UPnP device, which first specified the embedded device. 
- Parameters:
- 
  
    | version | specifies the version of the UPnP device, which first specified the embedded device. |  
 
- See also:
- version()