2019-02-13 21:01:50 -08:00
|
|
|
# raise Event
|
2018-10-08 09:46:23 -07:00
|
|
|
|
|
|
|
Sends an event over radio to be raised in the event bus of other @boardname@.
|
|
|
|
|
|
|
|
```sig
|
|
|
|
radio.raiseEvent(control.eventSourceId(EventBusSource.MICROBIT_ID_BUTTON_A), control.eventValueId(EventBusValue.MICROBIT_EVT_ANY));
|
|
|
|
```
|
|
|
|
|
|
|
|
**This is an advanced API.** For more information, see the
|
|
|
|
[@boardname@ runtime messageBus documentation](https://lancaster-university.github.io/microbit-docs/ubit/messageBus/)
|
|
|
|
|
|
|
|
## See Also
|
|
|
|
|
|
|
|
[control raise event](/reference/control/raise-event)
|