X-Git-Url: https://git.kernelconcepts.de/?p=metawatch.git;a=blobdiff_plain;f=metawatch_protocol.h;h=65b991bda7a403e9b70d8df31f2cc02eee7e7b3b;hp=db3656e084438e0d7fcd4d5a2e9bfeb19180390f;hb=7e4f91bc02884c03f70adf5cef9fe750a2083b4f;hpb=59068bbd135c3d2ed046be5fd64850166ca04a5c diff --git a/metawatch_protocol.h b/metawatch_protocol.h index db3656e..65b991b 100644 --- a/metawatch_protocol.h +++ b/metawatch_protocol.h @@ -25,6 +25,13 @@ /* general */ #define MW_GET_DEVICE_TYPE 0x01 #define MW_GET_DEVICE_TYPE_RSP 0x02 + +#define MW_DEVICE_TYPE_RESERVED 0x00 +#define MW_DEVICE_TYPE_ANA_DIGI 0x01 +#define MW_DEVICE_TYPE_DIGITAL 0x02 +#define MW_DEVICE_TYPE_DEVB_DIGI 0x03 +#define MW_DEVICE_TYPE_DEVB_ANA_DIGI 0x04 + #define MW_GET_INFORMATION_STRING 0x03 #define MW_GET_INFORMATION_STRING_RSP 0x04