Share via


RFIDReadOptions Enumeration (POS for .NET v1.12 SDK Documentation)

2/27/2008

Enumerates the tags within range that meet a parameterized criteria.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration RFIDReadOptions
[FlagsAttribute] 
public enum RFIDReadOptions
[FlagsAttribute] 
public enum class RFIDReadOptions
/** @attribute FlagsAttribute() */ 
public enum RFIDReadOptions
FlagsAttribute 
public enum RFIDReadOptions

Members

Member name Description
FullUserData Reads the full UserData.
IdAndFullUserData Reads the ID and full UserData.
IdAndPartialUserData Reads the ID and the defined partial UserData.
PartialUserData Reads the defined partial UserData.
TagId Reads only the ID data.

Remarks

A DataEvent or an ErrorEvent event has to be received before another ReadTags method call.

See Also

Reference

Microsoft.PointOfService Namespace