|
M5Unit-NFC 0.1.0 git rev:93745b5
|
#include <nfcv.hpp>
Public Member Functions | |
| bool | valid () const |
| Valid? | |
| uint8_t | manufacturerCode () const |
| Gets manufacturer code. | |
| uint8_t | icIdentifier () const |
| Gets IC identifier. | |
| uint8_t | icReference () const |
| Gets IC reference. | |
| uint16_t | totalSize () const |
| Total memory size. | |
| uint16_t | userAreaSize () const |
| Total user area size. | |
| NFCForumTag | nfcForumTagType () const |
| NFC ForumTag. | |
| uint16_t | firstUserBlock () const |
| Gets the first user block. | |
| uint16_t | lastUserBlock () const |
| Gets the last user block. | |
| std::string | uidAsString () const |
| Gets the uid string. | |
| std::string | typeAsString () const |
| Gets the type string. | |
Public Attributes | |
| uint8_t | uid [8] {} |
| UID (MSB-first) | |
| Type | type {} |
| Type. | |
| uint8_t | dsfID {} |
| Data Storage Format Identifier. | |
| uint8_t | afi {} |
| Application Family Identifier. | |
| uint8_t | icRef {} |
| IC Reference. | |
| uint8_t | block_size {} |
| Byte size of 1 block. | |
| uint8_t | _pad {} |
| uint16_t | blocks {} |
| Number of blocks. | |
PICC for NFC-V.
|
inline |
Gets the first user block.
|
inline |
Gets IC identifier.
|
inline |
Gets IC reference.
|
inline |
Gets the last user block.
|
inline |
Gets manufacturer code.
|
inline |
NFC ForumTag.
|
inline |
Total memory size.
|
inline |
Total user area size.
|
inline |
Valid?