ADC Home > Reference Library > Reference > Darwin > Kernel Framework Reference
|
IOPCCard16Device.h |
An IOService based class that represents a 16-bit PC Card device.
Class that represents a 16-bit PC Card device.
Power States |
enum { kIOPCCard16DeviceOffState = 0, kIOPCCard16DeviceDozeState = 1, kIOPCCard16DeviceOnState = 2, kIOPCCard16DevicePowerStateCount = 3, };
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.
These are the supported power management states for 16-bit PC Cards.
|
Last Updated: 2008-12-19