gtpc2m9tC/C++ Language Support User's Guide

wtopc_text-Send System Message

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);

text_ptr
Pointer to the message to be sent.

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