---
title: transport
framework: corehid
role: symbol
role_heading: Instance Property
path: corehid/hidvirtualdevice/properties/transport
---

# transport

The data transport for the device.

## Declaration

```swift
let transport: HIDDeviceTransport?
```

## Discussion

Discussion The data transport is typically HIDDeviceTransport.virtual, but it can be any HIDDeviceTransport.
