DUTY_CYCLE_LIMIT constant

Routing_Error const DUTY_CYCLE_LIMIT

Cannot send currently because duty cycle regulations will be violated.

Implementation

static const Routing_Error DUTY_CYCLE_LIMIT =
    Routing_Error._(9, _omitEnumNames ? '' : 'DUTY_CYCLE_LIMIT');