exceedSpeedNotificationEnabled property

bool get exceedSpeedNotificationEnabled

Включение/выключение детектирования превышения максимальной разрешённой скорости.

Implementation

bool get exceedSpeedNotificationEnabled {
  bool res = _CExceedSpeedLimitSettings_exceedSpeedNotificationEnabled(_CExceedSpeedLimitSettingsMakeDefault().._impl=_self);
  return res;
}
set exceedSpeedNotificationEnabled (bool enabled)

Implementation

set exceedSpeedNotificationEnabled(bool enabled) {
  void res = _CExceedSpeedLimitSettings_setExceedSpeedNotificationEnabled_bool(_CExceedSpeedLimitSettingsMakeDefault().._impl=_self, enabled);
  return res;
}