---
title: bytesInboundCount
framework: networkextension
role: symbol
role_heading: Instance Property
path: networkextension/nefilterreport/bytesinboundcount
---

# bytesInboundCount

The number of inbound bytes received from the flow.

## Declaration

```swift
var bytesInboundCount: Int { get }
```

## Discussion

Discussion This property is only non-zero when the report event is NEFilterReport.Event.flowClosed.

## See Also

### Getting report properties

- [flow](networkextension/nefilterreport/flow.md)
- [action](networkextension/nefilterreport/action.md)
- [NEFilterAction](networkextension/nefilteraction.md)
- [event](networkextension/nefilterreport/event-swift.property.md)
- [NEFilterReport.Event](networkextension/nefilterreport/event-swift.enum.md)
- [bytesOutboundCount](networkextension/nefilterreport/bytesoutboundcount.md)
