Skip to content.
Sections
Personal tools
You are here: Home » Protocols » TPlatformDriver

TPlatformDriver

Document Actions
PROTOCOL TPlatformDriver : public TProtocol {
public:
	static New(char *);
	Delete();
	Init();
	BacklightTrigger();
	RegisterPowerSwitchInterrupt();
	EnableSysPowerInterrupt();
	InterruptHandler();
	TimerInterruptHandler();
	ResetZAPStoreCheck();
	PowerOnSubsystem(unsigned long);
	PowerOffSubsystem(unsigned long);
	PowerOffAllSubsystems();
	PauseSystem();
	PowerOffSystem();
	PowerOnSystem();
	TranslatePowerEvent(unsigned long);
	GetPCMCIAPowerSpec(unsigned long,unsigned long *);
	PowerOnDeviceCheck(unsigned char);
	SetSubsystemPower(unsigned long,unsigned long);
	GetSubsystemPower(unsigned long,unsigned long *);
};
Created by philz
Last modified 2003-09-09 06:46 AM
 

Powered by Plone