nfc_nci_device 構造体リファレンス

nfc_nci_device 構造体リファレンス

#include < nfc.h >

データ フィールド

struct hw_device_t   common
 
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 デバイスの一般的なメソッド。この構造体のユーザーは、 hw_device_t が nfc_nci_device_t を参照していることが判明しているコンテキストで、 hw_device_t を nfc_nci_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