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

# holoscan::ConnectionItem

```cpp showLineNumbers={false}
#include <holoscan/app_driver.hpp>
```

---

## Constructors

### ConnectionItem \[#connectionitem]

```cpp showLineNumbers={false}
holoscan::ConnectionItem::ConnectionItem(
    std::string name,
    IOSpec::IOType io_type,
    IOSpec::ConnectorType connector_type,
    ArgList args
)
```

---

## Member variables

| Name             | Type                    | Description |
| ---------------- | ----------------------- | ----------- |
| `name`           | `std::string`           |             |
| `io_type`        | `IOSpec::IOType`        |             |
| `connector_type` | `IOSpec::ConnectorType` |             |
| `args`           | `ArgList`               |             |