nfc_tag_device 構造体リファレンス
nfc_tag_device 構造体リファレンス
#include <
nfc_tag.h
>
データ フィールド |
|
struct hw_device_t | common |
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 タグデバイスの一般的なメソッド。この構造体のユーザーは、 hw_device_t が nfc_tag_device_t を参照していることが判明しているコンテキストで、 hw_device_t を nfc_tag_device_t ポインタにキャストするため、このメンバーは nfc_tag_device_t の最初のメンバーである必要があります。
int(* getMemorySize)(const struct nfc_tag_device *dev) |
int(* init)(const struct nfc_tag_device *dev) |
NFC タグを初期化します。
ドライバーは、次の要件を満たしている必要があります。
- 静的ロックバイトを読み取り専用に設定します。
- 書き込みアクセスを無効にするように Capability Container を構成します(例: 0xE1 0x10 <サイズ> 0x0F)。
この関数は、 setContent() の呼び出しの前に 1 回呼び出されます。
成功した場合は 0、エラーの場合は -errno を返します。
int(* setContent)(const struct nfc_tag_device *dev, const uint8_t *data, size_t len) |
この構造体のドキュメントは、次のファイルから生成されました。
- hardware/libhardware/include/hardware/ nfc_tag.h