# Broadcast - [Overview](#section1713724700165625) - [Summary](#section1229551294165625) - [Data Structures](#nested-classes) - [Typedefs](#typedef-members) - [Enumerations](#enum-members) - [Details](#section2073864747165625) - [Typedef](#section1755526484165625) - [Topic](#gaf03f5bc94cad32ab628a6cdee09b0542) - [Enumeration Type](#section520045311165625) - [BroadcastErrCode](#ga98f7a28020aa045ad049d116e1ca666d) ## **Overview** **Description:** Provides data subscription and data push for services. With this module, the [Service](service.md), [Feature](feature.md), or other modules can broadcast events or data. All services that listen to these events or data can receive these broadcasts. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Data Structures
|
Indicates the topic of an event or data, which is used to distinguish different types of events or data. |
BroadcastErrCode { EC_ALREADY_SUBSCRIBED = EC_SUCCESS + 1 } |
| EC_ALREADY_SUBSCRIBED |