10St25tbError st25tb_poller_sync_read_block(
Nfc* nfc, uint8_t block_num, uint32_t* block);
12St25tbError st25tb_poller_sync_write_block(
Nfc* nfc, uint8_t block_num, uint32_t block);
14St25tbError st25tb_poller_sync_detect_type(
Nfc* nfc, St25tbType* type);
16St25tbError st25tb_poller_sync_read(
Nfc* nfc,
St25tbData* data);
Transport layer Nfc library.