![]() |
MySensors Library & Examples
2.3.2-62-ge298769
|
Include dependency graph for MyGatewayTransport.h:Go to the source code of this file.
Macros | |
| #define | MSG_GW_STARTUP_COMPLETE "Gateway startup complete." |
| Gateway startup message. | |
| #define | GATEWAY_DEBUG(x, ...) DEBUG_OUTPUT(x, ##__VA_ARGS__) |
| debug output | |
Functions | |
| void | gatewayTransportProcess (void) |
| Process gateway-related messages. | |
| bool | gatewayTransportInit (void) |
| Initialize gateway transport driver. More... | |
| bool | gatewayTransportSend (MyMessage &message) |
| Send message to controller. More... | |
| bool | gatewayTransportAvailable (void) |
| Check if a new message is available from controller. More... | |
| MyMessage & | gatewayTransportReceive (void) |
| Pick up last message received from controller. More... | |