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

```cpp showLineNumbers={false}
enum hololink::emulation::ECB_CMD_CODE
```

***

## Values

| Name       | Value    |
| ---------- | -------- |
| `WR_BYTE`  | `= 0x01` |
| `WR_WORD`  | `= 0x02` |
| `WR_DWORD` | `= 0x04` |
| `WR_BLOCK` | `= 0x09` |
| `RMW_BYTE` | `= 0x0A` |
| `RD_BYTE`  | `= 0x11` |
| `RD_WORD`  | `= 0x12` |
| `RD_DWORD` | `= 0x14` |
| `RD_BLOCK` | `= 0x19` |
| `GET_INFO` | `= 0x20` |