Share via


RFIDScanner.CapMultipleProtocols Property

2/27/2008

Gets a value that indicates the available predefined RFID tag protocols this device supports.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property CapMultipleProtocols As RFIDProtocols
public abstract RFIDProtocols CapMultipleProtocols { get; }
public:
virtual property RFIDProtocols CapMultipleProtocols {
    RFIDProtocols get () abstract;
}
/** @property */
public abstract RFIDProtocols get_CapMultipleProtocols ()
public abstract function get CapMultipleProtocols () : RFIDProtocols

Remarks

If the device supports more than one of these protocols, the value of this property is the bitwise logical OR combination of the values of the supported protocols.

Based on this property, the ProtocolMask property can additionally filter the tags it wants to exclude by turning off the bits.

This property is initialized by the Open method.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

RFIDScanner Class
RFIDScanner Members
Microsoft.PointOfService Namespace