---
title: ComputeNodeGraph.Port.Address
framework: Compute Graph
role: symbol
role_heading: Structure
platforms: [iOS 27.0+, iPadOS 27.0+, Mac Catalyst 27.0+, macOS 27.0+, tvOS 27.0+, visionOS 27.0+]
path: computegraph/computenodegraph/port/address
---

# ComputeNodeGraph.Port.Address

A location of a specific port on a node, identified by the node and the port’s index.

## Declaration

```swift
struct Address
```

## Topics

### Initializers

- [init(node:index:)](computegraph/computenodegraph/port/address/init(node:index:).md)

### Instance Properties

- [index](computegraph/computenodegraph/port/address/index.md)
- [node](computegraph/computenodegraph/port/address/node.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
