Document the mifare_tag_type enum.
This commit is contained in:
parent
06e61a89d5
commit
0e1aded982
2 changed files with 9 additions and 0 deletions
|
|
@ -50,6 +50,13 @@ Mifare card manipulation library (libfreefare, \-lfreefare)
|
|||
.In freefare.h
|
||||
.Ft "MifareTag *"
|
||||
.Fn freefare_get_tags "nfc_device_t *device"
|
||||
.Bd -literal
|
||||
enum mifare_tag_type {
|
||||
ULTRALIGHT,
|
||||
CLASSIC_1K,
|
||||
CLASSIC_4K
|
||||
};
|
||||
.Ed
|
||||
.Ft enum mifare_tag_type
|
||||
.Fn freefare_get_tag_type "MifareTag tag"
|
||||
.Ft "const char *"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue