nfc - NFC Interaction
Interact with DUT using NFC. Requires a supported NFC interface adapter device.
nfc write - Write NFC tag data.
Encode one or more NDEF records and write the resulting NDEF message to the tag presented at the NFC adapter.
Usage:
- command: nfc write <TAGTYPE> <payload>...
[retry: <retryCount>]
Argument |
Description |
|---|---|
tagtype |
|
payload |
|
retryCount |
Number of times to retry the test step (optional) |
Each payload argument becomes one NDEF record in the message written to the tag, in the order given.
Examples