ALL_SKIP_DECODING constant

Config_DeviceConfig_RebroadcastMode const ALL_SKIP_DECODING

Same as behavior as ALL but skips packet decoding and simply rebroadcasts them. Only available in Repeater role. Setting this on any other roles will result in ALL behavior.

Implementation

static const Config_DeviceConfig_RebroadcastMode ALL_SKIP_DECODING =
    Config_DeviceConfig_RebroadcastMode._(
        1, _omitEnumNames ? '' : 'ALL_SKIP_DECODING');