handleInterruptPacket
Processes an interrupt packet that originated from the device.
Declaration
virtual void handleInterruptPacket(const uint8_t *packet, uint32_t size);Parameters
- packet:
A buffer containing the interrupt-related data.
- size:
The number of bytes in the
packetbuffer.
Discussion
Override this method if you want to process interrupt packets sent by the device. The default implementation of this method does nothing.