Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/attermann/microReticulum
/ packetSequence
Function
packetSequence
examples/common/lora_interface/LoRaInterface.cpp:66–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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
/*
69
@staticmethod
Callers
1
loop
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected