View Single Post
Old April 14th, 2014   #4
ericthegeek
Task Group Member
 
Join Date: Aug 2008
Posts: 375
Default

It is possible to support DMX_PERSONALITY without also supporting DMX_PERSONALITY_DESCRIPTION. This would be a poor design choice, and would require the user to lookup what each personality means in external documentation, but it is allowed by the the standard.

The reverse is also true, you can support DMX_PERSONALITY_DESCRIPTION without supporting DMX_PERSONALITY. This might be desirable it a responder that has only one personality and wants to give that personality a name (i.e. "Standard Mode").

I'd discourage implementers from using either of these corner cases (If you support one PID, you really should support the other), but those implementing controllers should consider this possibility.

Last edited by ericthegeek; April 14th, 2014 at 11:33 PM.
ericthegeek is offline   Reply With Quote