ADC Home > Reference Library > Reference > Darwin > Kernel Framework Reference

 


IOFireWireStorageCharacteristics.h

Overview



#defines


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: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.

 

Last Updated: 2008-12-19