UniPRT SDK  v1.0.0.0
com.UniPRT.Sdk.LabelMaker.PglLib.PGL.Rfid_Format Enum Reference

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

Public Attributes

 InvalidFormat
 
 Binary
 
 Decimal
 
 String
 
 Hex
 

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"

Member Data Documentation

◆ Binary

com.UniPRT.Sdk.LabelMaker.PglLib.PGL.Rfid_Format.Binary

◆ Decimal

com.UniPRT.Sdk.LabelMaker.PglLib.PGL.Rfid_Format.Decimal

◆ Hex

com.UniPRT.Sdk.LabelMaker.PglLib.PGL.Rfid_Format.Hex

◆ InvalidFormat

com.UniPRT.Sdk.LabelMaker.PglLib.PGL.Rfid_Format.InvalidFormat

◆ String

com.UniPRT.Sdk.LabelMaker.PglLib.PGL.Rfid_Format.String

The documentation for this enum was generated from the following file: