Share via


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

2/27/2008

Gets or sets the protocol through which the tag was read.

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

Syntax

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

/** @property */
public void set_CurrentTagProtocol (RFIDProtocols value)
public function get CurrentTagProtocol () : RFIDProtocols

public function set CurrentTagProtocol (value : RFIDProtocols)

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