> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/holoscan/sensor-bridge/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/holoscan/sensor-bridge/_mcp/server.

# hololink::emulation::get_broadcast_address

> Get the broadcast address for a given IPAddress.

```cpp showLineNumbers={false}
uint32_t hololink::emulation::get_broadcast_address(
    const IPAddress &ip_address
)
```

Get the broadcast address for a given [IPAddress](../typedefs/ipaddress).

**Returns:** The broadcast address as a 32-bit unsigned integer

**Parameters**

The [IPAddress](../typedefs/ipaddress) object containing the network configuration