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

Method currentPacketID

src/I2CTransfer.cpp:126–129  ·  view source on GitHub ↗

uint8_t I2CTransfer::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

124 * uint8_t - ID of the last parsed packet
125*/
126uint8_t I2CTransfer::currentPacketID()
127{
128 return packet.currentPacketID();
129}
130
131
132/*

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected