Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
using namespace RNS;
64
65
static inline bool isSplitPacket(uint8_t h) { return (h & LoRaInterface::HEADER_SPLIT) != 0; }
66
static inline uint8_t packetSequence(uint8_t h) { return h & LoRaInterface::HEADER_SEQ_MASK; }
67
68
/*
Callers
1
loop
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected