AN2385 Freescale Semiconductor / Motorola, AN2385 Datasheet - Page 15

no-image

AN2385

Manufacturer Part Number
AN2385
Description
GPRS Wireless Internet Connectivity Using DragonBall and Palm OS Based PDAs Application Note
Manufacturer
Freescale Semiconductor / Motorola
Datasheet
//-----------------------------------------------------------------------//
//
// Objective:
//
// Called by:
//
//-----------------------------------------------------------------------//
static void MainFormInit(FormPtr)
{
}
//-----------------------------------------------------------------------//
//-----------------------------------------------------------------------//
//
// Objective:
//
// Called by:
//
//-----------------------------------------------------------------------//
static Boolean MainFormDoCommand(UInt16 command)
{
}
//--------------------------------------------------------------------------//
//-----------------------------------------------------------------------//
//
// Objective:
//
//
//-----------------------------------------------------------------------//
static void * GetObjectPtr(UInt16 objectID)
{
}
//-------------------------------------------------------------------------//
MOTOROLA
Boolean handled = false;
FormPtr frmP;
switch (command)
return handled;
FormPtr frmP;
frmP = FrmGetActiveForm();
return FrmGetObjectPtr(frmP, FrmGetObjectIndex(frmP, objectID));
{
case MainOptionsAboutStarterApp:
}
This routine returns a pointer to an object in the current //
form.
This function initializes the MainForm form.
MainFormHandleEvent()
This function performs the menu command specified.
MainFormHandleEvent()
GPRS Wireless Internet Connectivity Application Note
MenuEraseStatus(0);
frmP = FrmInitForm (AboutForm);
FrmDoDialog (frmP);
FrmDeleteForm (frmP);
handled = true;
break;
Freescale Semiconductor, Inc.
Function : MainFormInit
Function : MainFormDoCommand
Function : GetObjectPtr
For More Information On This Product,
Go to: www.freescale.com
// Clear menu status from display
// Display the About Box
Program Source Code
//
//
//
//
//
//
//
//
//
//
//
//
//
15

Related parts for AN2385