MCPcopy Create free account
hub / github.com/PowerBroker2/SerialTransfer / currentPacketID

Method currentPacketID

src/Packet.cpp:298–301  ·  view source on GitHub ↗

uint8_t Packet::currentPacketID() Description: ------------ * Returns the ID of the last parsed packet Inputs: ------- * void Return: ------- * uint8_t - ID of the last parsed packet */

Source from the content-addressed store, hash-verified

296 * uint8_t - ID of the last parsed packet
297*/
298uint8_t Packet::currentPacketID()
299{
300 return idByte;
301}
302
303
304/*

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected