| 475 | } |
| 476 | |
| 477 | uint8_t eventgroupinfo::get_max_remote_subscribers() const { |
| 478 | return max_remote_subscribers_; |
| 479 | } |
| 480 | |
| 481 | void eventgroupinfo::set_max_remote_subscribers(uint8_t _max_remote_subscribers) { |
| 482 | max_remote_subscribers_ = _max_remote_subscribers; |
no outgoing calls
no test coverage detected