MCPcopy Create free account
hub / github.com/Duet3D/RepRapFirmware / PacketsToRead

Method PacketsToRead

src/SBC/DataTransfer.h:162–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162inline size_t DataTransfer::PacketsToRead() const noexcept
163{
164 return rxHeader.numPackets;
165}
166
167inline void DataTransfer::ResendPacket(const PacketHeader *packet) noexcept
168{

Callers 2

ExchangeDataMethod · 0.80
ReceiveAndStartIapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected