kIOPropertyPortDescriptionKey
Declaration
#define kIOPropertyPortDescriptionKeyDiscussion
This key is associated with an human readable port description. Examples include "Channel A", "Port 1", etc.
Requirement: Optional for all interconnects.
Example:
<dict>
<key>Controller Characteristics</key>
<dict>
<key>Port Description</key>
<string>Channel A</string>
</dict>
</dict>