nfc_nci_device 结构体参考文档
nfc_nci_device 结构体参考文档
#include <
nfc.h
>
数据字段 |
|
struct hw_device_t | 常见 |
int(* | open )(const struct nfc_nci_device *p_dev, nfc_stack_callback_t *p_cback, nfc_stack_data_callback_t *p_data_cback) |
int(* | write )(const struct nfc_nci_device *p_dev, uint16_t data_len, const uint8_t *p_data) |
int(* | core_initialized )(const struct nfc_nci_device *p_dev, uint8_t *p_core_init_rsp_params) |
int(* | pre_discover )(const struct nfc_nci_device *p_dev) |
int(* | close )(const struct nfc_nci_device *p_dev) |
int(* | control_granted )(const struct nfc_nci_device *p_dev) |
int(* | power_cycle )(const struct nfc_nci_device *p_dev) |
详细说明
字段文档
int(* close)(const struct nfc_nci_device *p_dev) |
struct hw_device_t common |
NFC NCI 设备的常用方法。此 必须 是 nfc_nci_device_t 的第一个成员,因为此结构的用户会在已知 hw_device_t 引用 nfc_nci_device_t 的情况下,将 hw_device_t 转换为 nfc_nci_device_t 指针。
int(* control_granted)(const struct nfc_nci_device *p_dev) |
int(* core_initialized)(const struct nfc_nci_device *p_dev, uint8_t *p_core_init_rsp_params) |
int(* open)(const struct nfc_nci_device *p_dev, nfc_stack_callback_t *p_cback, nfc_stack_data_callback_t *p_data_cback) |
int(* power_cycle)(const struct nfc_nci_device *p_dev) |
int(* pre_discover)(const struct nfc_nci_device *p_dev) |
int(* write)(const struct nfc_nci_device *p_dev, uint16_t data_len, const uint8_t *p_data) |
此结构体的文档是根据以下文件生成的:
- hardware/libhardware/include/hardware/ nfc.h