Contents

kIOPropertyPortDescriptionKey

Declaration

#define kIOPropertyPortDescriptionKey

Discussion

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>