Carbon


hasWakeupTimer

Header: Power.h

enum {
    hasWakeupTimer = 0,
    hasSharedModemPort = 1,
    hasProcessorCycling = 2,
    mustProcessorCycle = 3,
    hasReducedSpeed = 4,
    dynamicSpeedChange = 5,
    hasSCSIDiskMode = 6,
    canGetBatteryTime = 7,
    canWakeupOnRing = 8,
    hasDimmingSupport = 9,
    hasStartupTimer = 10,
    hasChargeNotification = 11,
    hasDimSuspendSupport = 12,
    hasWakeOnNetActivity = 13,
    hasWakeOnLid = 14,
    canPowerOffPCIBus = 15,
    hasDeepSleep = 16,
    hasSleep = 17,
    supportsServerModeAPIs = 18,
    supportsUPSIntegration = 19
};

© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)