ADC Home > Reference Library > Reference > Darwin > Kernel Framework Reference

 


IOPCCard16Device.h

Overview

An IOService based class that represents a 16-bit PC Card device.



Classes

IOPCCard16Device

Class that represents a 16-bit PC Card device.



Enumerations


Power States


enum { 
    kIOPCCard16DeviceOffState = 0, 
    kIOPCCard16DeviceDozeState = 1, 
    kIOPCCard16DeviceOnState = 2, 
    kIOPCCard16DevicePowerStateCount = 3, 
};  
Constants
kIOPCCard16DeviceOffState

No power to the socket.

kIOPCCard16DeviceDozeState

Power to the socket, the device can shut down all or parts of the device. If you don't support this, you can treat this the same as the "on" state.

kIOPCCard16DeviceOnState

The socket is powered up.

Discussion

These are the supported power management states for 16-bit PC Cards.


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: 2008-12-19