M5Unit-RFID 0.2.0 git rev:79c1939
Loading...
Searching...
No Matches
uhf_layer.hpp File Reference

EPC Gen2 semantics layer for UHF-RFID reader units. More...

#include "uhf.hpp"
#include "unit/unit_UHFRFID.hpp"

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.
 

Detailed Description

EPC Gen2 semantics layer for UHF-RFID reader units.

Typedef Documentation

◆ Result

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