type
A combination of the device’s type and its location type.
Declaration
var type: ICDeviceType { get }Discussion
This property combines the device’s type, for example ICDeviceType.camera, with its location type, for example ICDeviceLocationType.bluetooth.
To isolate the device’s type, perform bitwise AND on this property with an ICDeviceTypeMask.
To isolate the device’s location type, perform bitwise AND on this property with an ICDeviceLocationTypeMask.