Contents

kIOPropertySASAddressKey

Declaration

#define kIOPropertySASAddressKey

Discussion

This key is the unique 64-bit SAS Address for the device server node located at this port, or for the initiating host port.

Requirement: Mandatory for SAS.

Example:

 
 
<dict>
   <key>Protocol Characteristics</key>
   <dict>
   	<key>Physical Interconnect</key>
   	<string>SAS</string>
   	<key>Physical Interconnect Location</key>
   	<string>External</string>
   	<key>SAS Address</key>
   	<data>0011223344556677</data>
   </dict>
</dict>

Example2:

 
 
<dict>
   <key>Controller Characteristics</key>
   <dict>
   	<key>SAS Address</key>
   	<data>0011223344556677</data>
   </dict>
</dict>