vnc init
This commit is contained in:
parent
fb4c97f95b
commit
d350dbe0bf
1
frontend/src/protocal/mod.rs
Normal file
1
frontend/src/protocal/mod.rs
Normal file
@ -0,0 +1 @@
|
||||
pub mod vnc;
|
5
frontend/src/protocal/vnc.rs
Normal file
5
frontend/src/protocal/vnc.rs
Normal file
@ -0,0 +1,5 @@
|
||||
pub struct VncHandler {
|
||||
wsFrame: Vec<u8>,
|
||||
imageFrame: Vec<u8>,
|
||||
outputFrame: Vec<u8>,
|
||||
}
|
Loading…
Reference in New Issue
Block a user