Implement size in submit_pdu

This commit is contained in:
PhatPhuckDave
2024-07-22 22:43:48 +02:00
parent 9b86dfc2ef
commit 1b904b69fd
2 changed files with 22 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ type (
EncodeInto(*[]uint8)
Encode() []uint8
Decode([]uint8)
// Size in bytes
Size() uint32
}