* Set the command value. Returns "false" if it was previously set. */
| 75 | * Set the command value. Returns "false" if it was previously set. |
| 76 | */ |
| 77 | Command getCommand(void) const { return mCmd; } |
| 78 | void setCommand(Command cmd) { mCmd = cmd; } |
| 79 | |
| 80 | /* |