ondecoded method

void ondecoded(
  1. dynamic packet
)

Called when parser fully decodes a packet.

@api private

Implementation

void ondecoded(packet) {
  emit('packet', packet);
}