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)
 

详细说明

定义位于文件 nfc.h 117 行。

字段文档

int(* close)(const struct nfc_nci_device *p_dev)

定义位于文件 nfc.h 178 行。

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 指针。

定义位于文件 nfc.h 124 行。

int(* control_granted)(const struct nfc_nci_device *p_dev)

定义位于文件 nfc.h 的第 186 行

int(* core_initialized)(const struct nfc_nci_device *p_dev, uint8_t *p_core_init_rsp_params)

定义位于文件 nfc.h 160 行

int(* open)(const struct nfc_nci_device *p_dev, nfc_stack_callback_t *p_cback, nfc_stack_data_callback_t *p_data_cback)

定义位于文件 nfc.h 139 行。

int(* power_cycle)(const struct nfc_nci_device *p_dev)

定义位于文件 nfc.h 192 行。

int(* pre_discover)(const struct nfc_nci_device *p_dev)

定义位于文件 nfc.h 173 行。

int(* write)(const struct nfc_nci_device *p_dev, uint16_t data_len, const uint8_t *p_data)

定义位于文件 nfc.h 148 行。


此结构体的文档是根据以下文件生成的:
  • hardware/libhardware/include/hardware/ nfc.h