Main Page   Data Structures   File List   Data Fields   Globals   Related Pages  

palm/beam.h

Go to the documentation of this file.
00001 
00006 #if !defined(_BEAM_H_)
00007 #define _BEAM_H_
00008 
00009 #include <appconfig.h>
00010 #include <sections.h>
00011 
00012 #if defined(__cplusplus)
00013 extern "C" {
00014 #endif
00015 
00021 int BeamSend(UInt8 *map_ptr) BEAM_SECTION;
00022 
00026 void BeamRegister(void) BEAM_SECTION;
00027 
00035 Err BeamReceive(ExgSocketType *ptr);
00036 
00037 #if defined(__cplusplus)
00038 }
00039 #endif
00040 
00041 #endif /* _BEAM_H_ */

Generated on Mon Aug 30 19:44:15 2004 for pocketcity by doxygen1.2.18