modules/woz_nfc/src/transport_rfal.cpp
openaliro/openaliro
Module

transport_rfal.cpp

WozNfc backend forwarding to the add-on's ST25R/RFAL transport unchanged.

modules/woz_nfc/src/transport_rfal.cpp5 documented symbols

Overview

WozNfc backend forwarding to the add-on's ST25R/RFAL transport unchanged.

depends on transport.h

API

FAliroError Init()

modules/woz_nfc/src/transport_rfal.cpp:13

Initialize the RFAL NFC transport by delegating to NfcTransportRfal::Instance().Init().

FAliroError Start()

modules/woz_nfc/src/transport_rfal.cpp:21

Start the RFAL NFC transport by delegating to NfcTransportRfal::Instance().Start().

FAliroError Stop()

modules/woz_nfc/src/transport_rfal.cpp:29

Stop the RFAL NFC transport by delegating to NfcTransportRfal::Instance().Stop().

FAliroError Send(Aliro::Data data)

modules/woz_nfc/src/transport_rfal.cpp:37

Send data on the RFAL NFC transport by delegating to NfcTransportRfal::Instance().Send(data).

FAliroError Terminate()

modules/woz_nfc/src/transport_rfal.cpp:45

Terminate the RFAL NFC transport by delegating to NfcTransportRfal::Instance().Terminate().