<!--
{
  "availability" : [
    "iOS: 12.0.0 - 18.0.0",
    "iPadOS: 12.0.0 - 18.0.0",
    "macCatalyst: 13.1.0 - 18.0.0",
    "macOS: 10.14.0 - 15.0.0",
    "visionOS: 1.0.0 - 2.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "CoreMIDI",
  "identifier" : "/documentation/CoreMIDI/MIDICIDeviceInfo",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Core MIDI"
    ],
    "preciseIdentifier" : "c:objc(cs)MIDICIDeviceInfo"
  },
  "title" : "MIDICIDeviceInfo"
}
-->

# MIDICIDeviceInfo

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

```
class MIDICIDeviceInfo
```

## Topics

### Creating Device Information

[`init(destination:manufacturer:family:model:revision:)`](/documentation/CoreMIDI/MIDICIDeviceInfo/init(destination:manufacturer:family:model:revision:))

Creates a new device information instance.

### Inspecting a Device

[`manufacturerID`](/documentation/CoreMIDI/MIDICIDeviceInfo/manufacturerID)

The MIDI System Exclusive (SysEx) ID of the device manufacturer.

[`family`](/documentation/CoreMIDI/MIDICIDeviceInfo/family)

The family to which the device belongs.

[`modelNumber`](/documentation/CoreMIDI/MIDICIDeviceInfo/modelNumber)

The model number of the device.

[`revisionLevel`](/documentation/CoreMIDI/MIDICIDeviceInfo/revisionLevel)

The revision number of the device model number.

[`midiDestination`](/documentation/CoreMIDI/MIDICIDeviceInfo/midiDestination)

The MIDI destination the device’s MIDI entity uses for capability inquiries.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)