|
M5Unit-RFID 0.2.0 git rev:79c1939
|
EPC Gen2 semantics layer for UHF-RFID reader units. More...
Go to the source code of this file.
Classes | |
| class | m5::uhf::UHFLayer |
| EPC Gen2 semantics layer for UHF-RFID reader units. More... | |
Namespaces | |
| namespace | m5 |
| Top level namespace of M5Stack. | |
Typedefs | |
| using | m5::uhf::Result = m5::stl::expected<void, Reason> |
| What became of an operation that was meant to change a tag. | |
EPC Gen2 semantics layer for UHF-RFID reader units.
| using m5::uhf::Result = m5::stl::expected<void, Reason> |
What became of an operation that was meant to change a tag.
Nothing on success, and on failure why it did not go through. Operations that leave a tag as they found it whatever happens keep returning bool: knowing why a detect found nothing does not change what to do next