RFIDScanner.CurrentTagProtocol Property
2/27/2008
Gets the protocol that this tag was read through.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property CurrentTagProtocol As RFIDProtocols
public abstract RFIDProtocols CurrentTagProtocol { get; }
public:
virtual property RFIDProtocols CurrentTagProtocol {
RFIDProtocols get () abstract;
}
/** @property */
public abstract RFIDProtocols get_CurrentTagProtocol ()
public abstract function get CurrentTagProtocol () : RFIDProtocols
Remarks
The value here should match one of the selections in the ProtocolMask property. This property may be updated by the service for each tag.
Just before a DataEvent event is delivered, the service populates this property with data from the first tag that was read. The service keeps this property up-to-date when the application calls the FirstTag, NextTag, and PreviousTag methods.
This property is initialized to zero 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