MCPcopy 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
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/*
69@staticmethod

Callers 1

loopMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected