Enum desfire::file_type

Enum Documentation

enum class desfire::file_type : std::uint8_t

Types of files supported by the Desfire card.

See also

tag::create_file

Values:

enumerator standard

A regular, fixed-length, binary data file.

enumerator backup

Same as standard, but requires a tag::commit_transaction call to permanently save the data.

enumerator value

A value file, i.e. a single 32-bit integer, to which tag::credit and tag::debit can apply.

enumerator linear_record

A set of fixed-length binary records, where adding a record always appends at the end.

enumerator cyclic_record

A constant sized set of fixed-length binary records, where appending past the tail overwrites the first record written.