Expand description
Provides functionality for working with DSU protocol data.
Structs§
- DSUFrame
- DSU frame representing all controller data sent over the CemuHook protocol.
DSU protocol reference can be found
here.
Functions§
- write_
data_ event - Build a CemuHook data-event packet (100 bytes) from a
DSUFrame. - write_
info_ response - Build a CemuHook controller-info response packet into
buf.bufmust be at least 32 bytes. - write_
version_ response - Build a CemuHook protocol-version response packet into
buf.bufmust be at least 22 bytes.