<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreMIDI",
  "identifier" : "/documentation/CoreMIDI/MIDICIDeviceIdentification",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Core MIDI"
    ],
    "preciseIdentifier" : "c:@S@MIDICIDeviceIdentification"
  },
  "title" : "MIDICIDeviceIdentification"
}
-->

# MIDICIDeviceIdentification

A structure that describes a MIDI-CI device.

```
struct MIDICIDeviceIdentification
```

## Topics

### Configuring Device Identification

[`manufacturer`](/documentation/CoreMIDI/MIDICIDeviceIdentification/manufacturer)

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

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

The device model number.

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

The group of familes to which the device belongs.

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

The revision number of the device model number.

[`reserved`](/documentation/CoreMIDI/MIDICIDeviceIdentification/reserved)

A reserved field whose value is always zero.

### Initializers

[`init()`](/documentation/CoreMIDI/MIDICIDeviceIdentification/init())

[`init(manufacturer:family:modelNumber:revisionLevel:reserved:)`](/documentation/CoreMIDI/MIDICIDeviceIdentification/init(manufacturer:family:modelNumber:revisionLevel:reserved:))

## Relationships

### Conforms To

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Sendable`](/documentation/Swift/Sendable)

---

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)