> 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::ControlPlaneCallback_f

> callback function type for control plane callback

callback function type for control plane callback

```cpp showLineNumbers={false}
using ControlPlaneCallback_f = std::function<int(void *ctxt, struct AddressValuePair *addr_val, int count)>;
```