View Single Post
Old February 25th, 2014   #1
LarryDew
Junior Member
 
Join Date: Aug 2013
Posts: 4
Default Support a given PID with a GET but not a SET

For a given PID, if I support the GET must I support the SET. Example IDENTIFY_MODE: GET returns QUITE but I don't not have a LOUD setting so setting it to LOUD does nothing. Should I return a NR_DATA_OUT_OF RANGE or NR_UNSUPPORTED_CC? In general, if I am testing for a supported PID is it required to support both GET and SET command classes?
Thanks
LarryDew is offline   Reply With Quote