MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / getType

Method getType

Suscan/Message.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22using namespace Suscan;
23
24uint32_t
25Message::getType(void) const
26{
27 return this->type;
28}
29
30Message::Message()
31{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected