feat(secure): a bunch of stuff

This commit is contained in:
DJMrTV 2025-02-04 16:31:56 +01:00
commit 81f7a0a738
15 changed files with 480 additions and 49 deletions

View file

@ -0,0 +1,10 @@
mod method_register;
use crate::define_protocol;
use crate::protocols::secure::method_register::register_raw_params;
define_protocol!{
11() => {
0x01 => register_raw_params
}
}