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 FILE의 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 FILE의 124 라인에 정의되어 있습니다.

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

nfc.h FILE의 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 FILE의 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