UniPRT SDK  v1.0.0.0
PGL.Rfid_Format Enum Reference

RFID format parameter for denoting string type. More...

Public Attributes

 Binary
 
 Decimal
 
 Hex
 
 InvalidFormat
 
 String
 

Detailed Description

RFID format parameter for denoting string type.

Although all data is a string. The limiting factor is the characters within the string based on the data format.

Examples:

  • Binary: "0101"
  • Hex: "AF29CD"
  • Decimal: "1975"
  • String: "June 15, 1215"