#include <app_ipc.h>
Public Member Functions | |
| bool | get_msg (char *) |
| bool | has_msg () |
| bool | send_msg (const char *) |
| void | send_msg_overwrite (const char *) |
Public Attributes | |
| char | buf [MSG_CHANNEL_SIZE] |
| bool MSG_CHANNEL::get_msg | ( | char * | msg | ) |

| bool MSG_CHANNEL::has_msg | ( | ) |
| bool MSG_CHANNEL::send_msg | ( | const char * | msg | ) |

| void MSG_CHANNEL::send_msg_overwrite | ( | const char * | msg | ) |
| char MSG_CHANNEL::buf[MSG_CHANNEL_SIZE] |
1.5.6