Decode decodes the bytes of a packet, sending decoded values and other information to PacketBuilder, and returning an error if unsuccessful. See the PacketBuilder documentation for more details.
([]byte, PacketBuilder)
| 76 | // information to PacketBuilder, and returning an error if unsuccessful. See |
| 77 | // the PacketBuilder documentation for more details. |
| 78 | Decode([]byte, PacketBuilder) error |
| 79 | } |
| 80 | |
| 81 | // DecodeFunc wraps a function to make it a Decoder. |
no outgoing calls