Contents

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 packet buffer.

Discussion

Override this method if you want to process interrupt packets sent by the device. The default implementation of this method does nothing.

See Also

Transmitting and Receiving Data