#include <crtp.h>
Static Public Member Functions | |
| static bool | match (const Crazyradio::Ack &response) |
Public Attributes | |
| union { | |
| float valueFloat | |
| int16_t valueInt16 | |
| int32_t valueInt32 | |
| int8_t valueInt8 | |
| uint16_t valueUint16 | |
| uint32_t valueUint32 | |
| uint8_t valueUint8 | |
| }; | |
| crtpParamReadRequest | request |
| static bool crtpParamValueResponse::match | ( | const Crazyradio::Ack & | response | ) | [inline, static] |
| union { ... } |
| uint16_t crtpParamValueResponse::valueUint16 |
| uint32_t crtpParamValueResponse::valueUint32 |