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 |
This header contains definitions of keys associated with properties that describe specific device characteristics defined for FireWire bridges, such as Bridge Vendor Name.
kIOPropertyBridgeCharacteristicsKey |
#define kIOPropertyBridgeCharacteristicsKey "Bridge Characteristics"
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>
|
Last Updated: 2009-02-23