uint8_t Packet::currentPacketID() Description: ------------ * Returns the ID of the last parsed packet Inputs: ------- * void Return: ------- * uint8_t - ID of the last parsed packet */
| 296 | * uint8_t - ID of the last parsed packet |
| 297 | */ |
| 298 | uint8_t Packet::currentPacketID() |
| 299 | { |
| 300 | return idByte; |
| 301 | } |
| 302 | |
| 303 | |
| 304 | /* |
nothing calls this directly
no outgoing calls
no test coverage detected