carb::thread::fRelayAvailableFlagsMask

Defined in carb/thread/IThreadUtil.h

constexpr RelayFlags carb::thread::fRelayAvailableFlagsMask = 0x0000ffffffffffffull

Flags available for use in the relay task itself.

These flags will be passed to the relay function unmodified. The set bits in this mask may be used for any task-specific purpose. If any of the cleared bits in this mask are set in the task’s flags (aside from the above defined flags), the runRelayTask() call will fail.