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

Function isSplitPacket

examples/common/lora_interface/LoRaInterface.cpp:65–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63using namespace RNS;
64
65static inline bool isSplitPacket(uint8_t h) { return (h & LoRaInterface::HEADER_SPLIT) != 0; }
66static inline uint8_t packetSequence(uint8_t h) { return h & LoRaInterface::HEADER_SEQ_MASK; }
67
68/*

Callers 1

loopMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected