mirror of
https://github.com/bettercap/bettercap
synced 2025-07-15 01:23:42 -07:00
11 lines
132 B
Go
11 lines
132 B
Go
package hid_recon
|
|
|
|
type Frame []byte
|
|
|
|
type Command struct {
|
|
Mode byte
|
|
HID byte
|
|
Char string
|
|
Sleep byte
|
|
Frames []Frame
|
|
}
|