Enum pn532::comm_dir

Enum Documentation

enum class pn532::comm_dir

One of the two possible half-duplex communication modes of the channel, send and receive.

Values:

enumerator send

Data goes from the host to the PN532.

enumerator receive

Data goes from the PN532 to the host.