Contents

kIOPropertyProductSerialNumberKey

Declaration

#define kIOPropertyProductSerialNumberKey

Discussion

This key is used to indicate the card serial number ID.

Requirement: Mandatory

Example:

 
 
 <dict>
    <key>Card Characteristics</key>
    <dict>
   	 <key>Product Name</key>
   	 <string>SD32G</string>
   	 <key>Product Revision Level</key>
   	 <string>1.0</string>
   	 <key>Card Type</key>
   	 <string>SDHC</string>
   	 <key>Serial Number</key>
   	 <data>0045ff</data>
    </dict>
 </dict>
 
 

See Also

Macros