![]() |
OpenZWave Library 1.2
|
#include "Msg.h"
#include "platform/Thread.h"
#include "platform/Event.h"
#include "platform/Log.h"
#include "platform/TimeStamp.h"
#include "platform/HidController.h"
#include "hidapi.h"
Macros | |
#define | CHECK_HIDAPI_RESULT(RESULT, ERRORLABEL) if (RESULT < 0) goto ERRORLABEL |
#define | PACKET_BUFFER_LENGTH 256 |
#define | FEATURE_REPORT_LENGTH 0x40 |
#define | INPUT_REPORT_LENGTH 0x5 |
#define | OUTPUT_REPORT_LENGTH 0x0 |
#define CHECK_HIDAPI_RESULT | ( | RESULT, | |
ERRORLABEL | |||
) | if (RESULT < 0) goto ERRORLABEL |
#define FEATURE_REPORT_LENGTH 0x40 |
#define INPUT_REPORT_LENGTH 0x5 |
#define OUTPUT_REPORT_LENGTH 0x0 |
#define PACKET_BUFFER_LENGTH 256 |