Share via


RFIDScannerProperties.ProtocolMask Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

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

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

Syntax

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

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

public 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.

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

RFIDScannerProperties Class
RFIDScannerProperties Members
Microsoft.PointOfService.BaseServiceObjects Namespace