| 238 | * Command ids are used to identify what the user requests. |
| 239 | */ |
| 240 | enum CmdId |
| 241 | { |
| 242 | CMD_ID_GET = 0, /**< GET request */ |
| 243 | CMD_ID_POST /**< POST request */ |
| 244 | }; |
| 245 | |
| 246 | /** |
| 247 | * A command is a combination of request and its corresponding data. |
nothing calls this directly
no outgoing calls
no test coverage detected