Contents

kIOPropertyFibreChannelCableDescriptionKey

Declaration

#define kIOPropertyFibreChannelCableDescriptionKey

Discussion

This key is associated with the cabling type used for this Fibre Channel port. Valid values include "Copper" and "Fiber Optic".

Requirement: Optional for Fibre Channel Interface. Not defined for any other physical interconnect.

Example:

 
 
<dict>
   <key>Controller Characteristics</key>
   <dict>
   	<key>Fibre Channel Cabling Type</key>
   	<string>Copper</string>
   </dict>
</dict>