nfc_tag_device 结构体参考文档
nfc_tag_device 结构体参考文档
#include <
nfc_tag.h
>
数据字段 |
|
struct hw_device_t | 常见 |
int(* | init )(const struct nfc_tag_device *dev) |
int(* | setContent )(const struct nfc_tag_device *dev, const uint8_t *data, size_t len) |
int(* | getMemorySize )(const struct nfc_tag_device *dev) |
详细说明
字段文档
struct hw_device_t common |
NFC 标签设备的常用方法。此成员 必须 是 nfc_tag_device_t 的第一个成员,因为此结构的用户会在已知 hw_device_t 引用 nfc_tag_device_t 的情况下,将 hw_device_t 转换为 nfc_tag_device_t 指针。
int(* getMemorySize)(const struct nfc_tag_device *dev) |
int(* init)(const struct nfc_tag_device *dev) |
初始化 NFC 标签。
驱动程序必须:
- 将静态锁定字节设置为只读
- 配置 capability 容器以停用写入权限,例如:0xE1 0x10 <size> 0x0F
在调用 setContent() 之前,系统会调用此函数一次。
成功时返回 0,错误时返回 -errno。
int(* setContent)(const struct nfc_tag_device *dev, const uint8_t *data, size_t len) |
此结构体的文档是根据以下文件生成的:
- hardware/libhardware/include/hardware/ nfc_tag.h