IOFireWireStorageCharacteristics.h

Overview

Use the links in the table of contents to the left to access the documentation.



Macro Definitions

kIOPropertyBridgeCharacteristicsKey

kIOPropertyBridgeCharacteristicsKey


#define kIOPropertyBridgeCharacteristicsKey "Bridge Characteristics" 
Discussion

This key is used to define Bridge Characteristics for a particular devices's bridge chipset. It has an associated dictionary which lists the bridge characteristics.

Requirement: Optional

Example:

<dict>
	<key>Bridge Characteristics</key>
	<dict>
		<key>Bridge Vendor Name</key>
		<string>Oxford Semiconductor</string>
		<key>Bridge Model Name</key>
		<string>FW911</string>
		<key>Bridge Revision Level</key>
		<string>3.7</string>
	</dict>
</dict>

 

Did this document help you? Yes It's good, but... Not helpful...

 

Last Updated: 2009-10-15