Contents

kIOPropertyProductRevisionLevelKey

Declaration

#define kIOPropertyProductRevisionLevelKey

Discussion

This key is used to define the Product Revision Level for a particular device and it has an associated string.

Requirement: Mandatory

Example:

 
 
<dict>
   <key>Device Characteristics</key>
   <dict>
   	<key>Vendor Name</key>
   	<string>Apple</string>
   	<key>Product Name</key>
   	<string>iPod</string>
   	<key>Product Revision Level</key>
   	<string>1.0</string>
   </dict>
</dict>