View Single Post
Old November 20th, 2006   #12
sjackman
Task Group Member
 
Join Date: Sep 2006
Posts: 26
Default Control field of mute/un-mute

This patch adds constants for the control field of the mute/un-mute messages.

Cheers,
Shaun

Code:
diff -u -p -r1.4 rdm-e120.h
--- rdm-e120.h	17 Oct 2006 19:22:06 -0000	1.4
+++ rdm-e120.h	20 Nov 2006 18:16:02 -0000
@@ -68,6 +68,12 @@
 #define E120_PROXIED_DEVICE_COUNT                         0x0011
 #define E120_COMMS_STATUS                                 0x0015
 												       
+/* Discovery Mute/Un-Mute Messages Control Field. See Table 7-3. */
+#define E120_CONTROL_PROXIED_DEVICE 0x0008
+#define E120_CONTROL_BOOT_LOADER    0x0004
+#define E120_CONTROL_SUB_DEVICE     0x0002
+#define E120_CONTROL_MANAGED_PROXY  0x0001
+
 /* Category - Status Collection    */			       
 #define E120_QUEUED_MESSAGE                               0x0020 /* See Table A-4                                              */
 #define E120_STATUS_MESSAGES                              0x0030 /* See Table A-4                                              */
sjackman is offline   Reply With Quote