MatchCriteria Constructor (XmlQualifiedName)
This constructor is used to restrict the types of devices to be discovered. To restrict the search to RFID devices, use a static RfidDeviceType field. To further restrict devices to a certain manufacturer or model (or provider), define a custom type and include it here. Make sure that the device sends the custom type in Hello and ProbeMatch messages.
Namespace: Microsoft.Rfid.WSDiscovery
Assembly: Microsoft.Rfid.WsDiscovery (in microsoft.rfid.wsdiscovery.dll)
Syntax
'Declaration
Public Sub New ( _
type As XmlQualifiedName _
)
public MatchCriteria (
XmlQualifiedName type
)
public:
MatchCriteria (
XmlQualifiedName^ type
)
public MatchCriteria (
XmlQualifiedName type
)
public function MatchCriteria (
type : XmlQualifiedName
)
Parameters
- type
Typically one of the specified static XmlQualifiedNames. Currently, only RfidDeviceType is supported.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000
Target Platforms
See Also
Reference
MatchCriteria Class
MatchCriteria Members
Microsoft.Rfid.WSDiscovery Namespace