RFIDReadOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the tags within range that meet a parameterized criteria.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum RFIDReadOptions
[<System.Flags>]
type RFIDReadOptions =
Public Enum RFIDReadOptions
- Inheritance
-
RFIDReadOptions
- Attributes
Fields
Name | Value | Description |
---|---|---|
FullUserData | 1 | Reads the full UserData. |
PartialUserData | 2 | Reads the defined partial UserData. |
TagId | 16 | Reads only the ID data. |
IdAndFullUserData | 17 | Reads the ID and full UserData. |
IdAndPartialUserData | 18 | Reads the ID and the defined partial UserData. |