---
title: transmitLatency
framework: wifiaware
role: symbol
role_heading: Instance Property
path: wifiaware/waperformancereport/transmitlatency
---

# transmitLatency

The measured transmit latency per access category that is in use with the remote devices and that the system can measure.

## Declaration

```swift
let transmitLatency: [WAAccessCategory : WAPerformanceReport.TransmitLatencyMetrics]
```

## Discussion

Discussion The system only reports in-use and measurable access categories. The dictionary is empty if there’s no activity, or if the system can’t measure the data.

## See Also

### Getting the latency metrics

- [WAPerformanceReport.TransmitLatencyMetrics](wifiaware/waperformancereport/transmitlatencymetrics.md)
