mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-29 09:39:12 -04:00
Provide configuration of symbol unstuffing.
This commit is contained in:
parent
a00fcbaa8f
commit
e9f28f9ef3
5 changed files with 25 additions and 4 deletions
|
@ -30,7 +30,11 @@
|
|||
|
||||
class PacketBuilder {
|
||||
public:
|
||||
void configure(size_t new_payload_length);
|
||||
void configure(
|
||||
uint32_t unstuffing_pattern,
|
||||
size_t unstuffing_length,
|
||||
size_t new_payload_length
|
||||
);
|
||||
|
||||
template<typename PayloadHandler>
|
||||
void execute(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue