feat(secure): a bunch of stuff
This commit is contained in:
parent
4f26aae1d7
commit
81f7a0a738
15 changed files with 480 additions and 49 deletions
10
src/protocols/secure/mod.rs
Normal file
10
src/protocols/secure/mod.rs
Normal 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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue