Contents

kIOPropertyMediumTypeKey

Declaration

#define kIOPropertyMediumTypeKey

Discussion

This key is used to indicate the medium type of the device.

Requirement: Optional.

Example:

 
 
<dict>
   <key>Device Characteristics</key>
   <dict>
   	<key>Vendor Name</key>
   	<string>AAPL</string>
   	<key>Product Name</key>
   	<string>FireWire Target</string>
   	<key>Product Revision Level</key>
   	<string>0000</string>
   	<key>Medium Type</key>
   	<string>Rotational</string>
   </dict>
</dict>

See Also

Macros