E1.20 RDM (Remote Device Management) Protocol Forums  

Go Back   E1.20 RDM (Remote Device Management) Protocol Forums > RDM Developer Forums > RDM General Implementation Discussion
Register FAQ Community Calendar Today's Posts Search

RDM General Implementation Discussion General Discussion and questions relating to implementing RDM in a product.

Reply
 
Thread Tools Search this Thread Display Modes
Old November 17th, 2006   #1
sjackman
Task Group Member
 
Join Date: Sep 2006
Posts: 26
Default

There is a stray space in `E120_PRODUCT_DETAIL_NOT DECLARED'.

Code:
258c258
< #define E120_PRODUCT_DETAIL_NOT DECLARED                  0x0000
---
> #define E120_PRODUCT_DETAIL_NOT_DECLARED                  0x0000
Cheers,
Shaun
sjackman is offline   Reply With Quote
Old November 20th, 2006   #2
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
Old August 1st, 2012   #3
LaurentG
Junior Member
 
Join Date: May 2012
Location: Rennes, FRANCE
Posts: 8
Default Appendix B & C

Hello !

I'm currently implementing RDM and today, I've needed some definitions from appendix C.
If it can be of any help to somebody, here is a copy of the rdm.h I'm using, with appendix B & C implemented.

Cheers !

Laurent

Last edited by sblair; October 24th, 2014 at 08:05 PM.
LaurentG is offline   Reply With Quote
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -6. The time now is 03:43 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2026, vBulletin Solutions, Inc.