---
title: NWConnection.DataTransferReport.PathReport
framework: network
role: symbol
role_heading: Structure
path: network/nwconnection/datatransferreport/pathreport
---

# NWConnection.DataTransferReport.PathReport

A report that contains details about data transfer over a single network path.

## Declaration

```swift
struct PathReport
```

## Topics

### Identifying Paths

- [interface](network/nwconnection/datatransferreport/pathreport/interface.md)

### Inspecting Application Metrics

- [receivedApplicationByteCount](network/nwconnection/datatransferreport/pathreport/receivedapplicationbytecount.md)
- [sentApplicationByteCount](network/nwconnection/datatransferreport/pathreport/sentapplicationbytecount.md)

### Inspecting Transport Metrics

- [receivedTransportByteCount](network/nwconnection/datatransferreport/pathreport/receivedtransportbytecount.md)
- [receivedTransportDuplicateByteCount](network/nwconnection/datatransferreport/pathreport/receivedtransportduplicatebytecount.md)
- [receivedTransportOutOfOrderByteCount](network/nwconnection/datatransferreport/pathreport/receivedtransportoutoforderbytecount.md)
- [sentTransportByteCount](network/nwconnection/datatransferreport/pathreport/senttransportbytecount.md)
- [retransmittedTransportByteCount](network/nwconnection/datatransferreport/pathreport/retransmittedtransportbytecount.md)
- [transportSmoothedRTT](network/nwconnection/datatransferreport/pathreport/transportsmoothedrtt.md)
- [transportMinimumRTT](network/nwconnection/datatransferreport/pathreport/transportminimumrtt.md)
- [transportRTTVariance](network/nwconnection/datatransferreport/pathreport/transportrttvariance.md)

### Inspecting Packet Metrics

- [receivedIPPacketCount](network/nwconnection/datatransferreport/pathreport/receivedippacketcount.md)
- [sentIPPacketCount](network/nwconnection/datatransferreport/pathreport/sentippacketcount.md)

### Instance Properties

- [radioType](network/nwconnection/datatransferreport/pathreport/radiotype.md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Examining Data Transfer

- [aggregatePathReport](network/nwconnection/datatransferreport/aggregatepathreport.md)
- [pathReports](network/nwconnection/datatransferreport/pathreports.md)
