MCPcopy Create free account
hub / github.com/attermann/microReticulum / Object

Method Object

src/microReticulum/Packet.h:373–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371 class Object {
372 public:
373 Object(const Bytes& raw) : _raw(raw) { MEMF("Packet::Data object created from raw, this: %p", (void*)this); }
374 Object(const Destination& destination, const Interface& attached_interface) : _destination(destination), _attached_interface(attached_interface) { MEMF("Packet::Data object created, this: %p", (void*)this); }
375 // CBA LINK
376 //Object(const Destination& destination, const Link& destination_link) : _destination(destination), _destination_link(destination_link) { MEMF("Packet::Data object created, this: %p", (void*)this); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected