MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / CommandData<0>

Class CommandData<0>

include/internal/libfreenect2/protocol/command.h:79–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77
78template<>
79struct 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
88struct CommandBase
89{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected