pub const netopt_t_NETOPT_AUTOCCA: netopt_t = 31;
Expand description
@brief (@ref netopt_enable_t) perform channel clear assessment before transmitting
This may be a hardware feature of the given transceiver, or might be otherwise implemented in software. If the device supports CSMA this option will enable CSMA with a certain set of parameters to emulate the desired behaviour.
@note Be sure not to set NETOPT_CSMA simultaneously.
@todo How to get feedback?