OnUnknownPacketLoad implements the DecoderDelegate interface.
(packetType [16]byte, byteCount int)
| 220 | |
| 221 | // OnUnknownPacketLoad implements the DecoderDelegate interface. |
| 222 | func (DoNothingDecoderDelegate) OnUnknownPacketLoad(packetType [16]byte, byteCount int) {} |
| 223 | |
| 224 | // OnOtherPacketSkip implements the DecoderDelegate interface. |
| 225 | func (DoNothingDecoderDelegate) OnOtherPacketSkip(setID [16]byte, packetType [16]byte, byteCount int) { |
nothing calls this directly
no outgoing calls
no test coverage detected