Public Member Functions | |
String | GetFieldTag () |
The field tag used to report. e.g. "AFn", "BFn", "DF1". More... | |
String | GetHeader () |
The header/prefix added before the field contents. | |
TSPL.Rfid_Format | GetReportFormat () |
The format for reporting of the field. e.g. Hex, Decimal, etc. More... | |
String | GetTrailer () |
The trailer/suffix added after the field contents. | |
void | SetFieldTag (String fieldTag) |
void | SetHeader (String header) |
void | SetReportFormat (TSPL.Rfid_Format reportFormat) |
void | SetTrailer (String trailer) |
String | toString () |
String GetFieldTag | ( | ) |
The field tag used to report. e.g. "AFn", "BFn", "DF1".
If no Field tag is provided, "DF1" will be used.
TSPL.Rfid_Format GetReportFormat | ( | ) |
The format for reporting of the field. e.g. Hex, Decimal, etc.
The format for "AFn" and "BFn" fields is always string format.