ADC Home > Reference Library > Reference > Darwin > Kernel Framework Reference
|
IOFireWireStorageCharacteristics.h |
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: 2008-12-19