| 77 | |
| 78 | template<> |
| 79 | struct CommandData<0> |
| 80 | { |
| 81 | uint32_t magic; |
| 82 | uint32_t sequence; |
| 83 | uint32_t max_response_length; |
| 84 | uint32_t command; |
| 85 | uint32_t reserved0; |
| 86 | }; |
| 87 | |
| 88 | struct CommandBase |
| 89 | { |
nothing calls this directly
no outgoing calls
no test coverage detected