ADC Home > Reference Library > Reference > Hardware & Drivers > I/O Kit Framework Reference

 


IOFireWireStorageCharacteristics.h

Include Path:

<IOKit/storage/IOFireWireStorageCharacteristics.h>

Path:

/System/Library/Frameworks/IOKit.framework/Versions/A/Headers/storage/IOFireWireStorageCharacteristics.h

Overview

This header contains definitions of keys associated with properties that describe specific device characteristics defined for FireWire bridges, such as Bridge Vendor Name.



#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: 2009-02-23