---
title: browsedDeviceTypeMask
framework: imagecapturecore
role: symbol
role_heading: Instance Property
path: imagecapturecore/icdevicebrowser/browseddevicetypemask
---

# browsedDeviceTypeMask

A mask whose set bits indicate the type of devices being browsed after the delegate receives the start message.

## Declaration

```swift
var browsedDeviceTypeMask: ICDeviceTypeMask { get set }
```

## Discussion

Discussion Construct this property by performing bitwise OR on values of ICDeviceTypeMask with values of ICDeviceLocationTypeMask. You can change this property while the browser is looking for devices.

## See Also

### Browsing Devices

- [isBrowsing](imagecapturecore/icdevicebrowser/isbrowsing.md)
- [devices](imagecapturecore/icdevicebrowser/devices.md)
- [ICDevice](imagecapturecore/icdevice.md)
- [start()](imagecapturecore/icdevicebrowser/start().md)
- [stop()](imagecapturecore/icdevicebrowser/stop().md)
