#include <ELClientResponse.h>
Data Fields | |
| uint16_t | cmd |
| uint16_t | argc |
| uint32_t | value |
| uint8_t | args [0] |
Definition at line 17 of file ELClientResponse.h.
| uint16_t PACKED::argc |
Number of arguments
Definition at line 19 of file ELClientResponse.h.
| uint8_t PACKED::args[0] |
Arguments
Definition at line 21 of file ELClientResponse.h.
| uint16_t PACKED::cmd |
Command to execute
Definition at line 18 of file ELClientResponse.h.
| uint32_t PACKED::value |
Callback to invoke, NULL if none; or response value
Definition at line 20 of file ELClientResponse.h.