---
title: VMNET_INTERFACE_PACKETS_AVAILABLE
framework: vmnet
role: symbol
role_heading: Type Property
path: vmnet/interface_event_t/vmnet_interface_packets_available
---

# VMNET_INTERFACE_PACKETS_AVAILABLE

## Declaration

```swift
static var VMNET_INTERFACE_PACKETS_AVAILABLE: interface_event_t { get }
```

## Discussion

Discussion Event indicating packets are available to be read on the interface. The event dictionary passed in the callback returns the estimated number of packets available to be read using the vmnet_estimated_packets_available_key key.
