|
Mac Dev Center
Mac OS X Reference Library Drivers, Kernel, & Hardware: Kernel Device Drivers Kernel Framework Reference
|
SCSIPort.h |
This file contains all the definitions for SCSIPort notifications and status.
32-bit number to represent a SCSIPortStatus.
SCSIPortStatus |
32-bit number to represent a SCSIPortStatus.
typedef UInt32 SCSIPortStatus;
Type for SCSIPortStatus.
kSCSIPort_NotificationStatusChange |
enum { kSCSIPort_NotificationStatusChange = 0x68000001 };
Message definition to be used with the messageClients call to inform of a change in port status.
SCSI Port Status Values |
enum { kSCSIPort_StatusOnline = 0, kSCSIPort_StatusOffline = 1, kSCSIPort_StatusFailure = 2 };
kSCSIPort_StatusOnlineThe port is online.
kSCSIPort_StatusOfflineThe port is offline (e.g. unplugged cable).
kSCSIPort_StatusFailureDriver has detected unrecoverable port failure (e.g. hardware port failure)
Definitions for the possible port status values
Last Updated: 2009-10-14