gtpc2m9t | C/C++ Language Support User's Guide |
This function sends a message to the address contained in EBROUT. This is a simplified way to send a message using the wtopc function when everything except the message address defaults. See wtopc-Send System Message for more information about the defaults.
Format
#include <tpfapi.h> void wtopc_text(const char * text_ptr);
Normal Return
Void.
Error Return
Not applicable.
Programming Considerations
Examples
The following example sends a message to the address contained in EBROUT.
#include <tpfapi.h>
·
·
·
wtopc_text("msg1");
·
·
·
Related Information