Uses of Class
org.rococoa.cocoa.osservices.WakeupTime

Packages that use WakeupTime
org.rococoa.cocoa.osservices   
 

Uses of WakeupTime in org.rococoa.cocoa.osservices
 

Subclasses of WakeupTime in org.rococoa.cocoa.osservices
static class WakeupTime.ByReference
           
static class WakeupTime.ByValue
           
 

Methods in org.rococoa.cocoa.osservices that return WakeupTime
static WakeupTime[] WakeupTime.newArray(int arrayLength)
           
 

Methods in org.rococoa.cocoa.osservices with parameters of type WakeupTime
 void OSServicesLibrary.GetWakeupTimer(WakeupTime theTime)
          GetWakeupTimer() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : void GetWakeupTimer(WakeupTime*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1158
 void OSServicesLibrary.SetWakeupTimer(WakeupTime theTime)
          SetWakeupTimer() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : void SetWakeupTimer(WakeupTime*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1170
 



Copyright © 2009. All Rights Reserved.