---
title: MIDICIDeviceInfo
framework: coremidi
role: symbol
role_heading: Class
path: coremidi/midicideviceinfo
---

# MIDICIDeviceInfo

An object that provides basic information about a MIDI-CI device.

## Declaration

```swift
class MIDICIDeviceInfo
```

## Topics

### Creating Device Information

- [init(destination:manufacturer:family:model:revision:)](coremidi/midicideviceinfo/init(destination:manufacturer:family:model:revision:).md)

### Inspecting a Device

- [manufacturerID](coremidi/midicideviceinfo/manufacturerid.md)
- [family](coremidi/midicideviceinfo/family.md)
- [modelNumber](coremidi/midicideviceinfo/modelnumber.md)
- [revisionLevel](coremidi/midicideviceinfo/revisionlevel.md)
- [midiDestination](coremidi/midicideviceinfo/mididestination.md)

### Initializers

- [init(coder:)](coremidi/midicideviceinfo/init(coder:).md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Inspecting a Responder

- [MIDICIInitiatiorMUID](coremidi/midiciinitiatiormuid.md)
- [initiators](coremidi/midiciresponder/initiators.md)
- [MIDICIDeviceIdentification](coremidi/midicideviceidentification.md)
- [deviceInfo](coremidi/midiciresponder/deviceinfo.md)
