Share via


RFIDScanner.ProtocolMask Property

2/27/2008

Gets or sets a bit pattern wherein each bit signifies one predefined RFID tag protocol.

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

Syntax

'Declaration
Public MustOverride Property ProtocolMask As RFIDProtocols
public abstract RFIDProtocols ProtocolMask { get; set; }
public:
virtual property RFIDProtocols ProtocolMask {
    RFIDProtocols get () abstract;
    void set (RFIDProtocols value) abstract;
}
/** @property */
public abstract RFIDProtocols get_ProtocolMask ()

/** @property */
public abstract void set_ProtocolMask (RFIDProtocols value)
public abstract function get ProtocolMask () : RFIDProtocols

public abstract function set ProtocolMask (value : RFIDProtocols)

Remarks

The nonzero bit entries indicate protocols for which the read is requested. Only tags of the specified protocol type are read. If the reader is in Continuous Read mode, this property is read-only.

This property is initialized to the same value as the CapMultipleProtocols property by the Open method, and is usually updated by the application during its initialization phase.

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