---
title: MIDICIDiscoveredNode
framework: coremidi
role: symbol
role_heading: Class
path: coremidi/midicidiscoverednode
---

# MIDICIDiscoveredNode

A discovered MIDI-CI node that represents a MIDI source and destination that respond to capability inquiries.

## Declaration

```swift
class MIDICIDiscoveredNode
```

## Topics

### Inspecting a Node

- [destination](coremidi/midicidiscoverednode/destination.md)
- [deviceInfo](coremidi/midicidiscoverednode/deviceinfo.md)
- [supportsProfiles](coremidi/midicidiscoverednode/supportsprofiles.md)
- [supportsProperties](coremidi/midicidiscoverednode/supportsproperties.md)
- [maximumSysExSize](coremidi/midicidiscoverednode/maximumsysexsize.md)

### Initializers

- [init(coder:)](coremidi/midicidiscoverednode/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

### Handling Callbacks

- [MIDICIDiscoveryResponseBlock](coremidi/midicidiscoveryresponseblock.md)
