Skip to main content

Module dsu

Module dsu 

Source
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. buf must be at least 32 bytes.
write_version_response
Build a CemuHook protocol-version response packet into buf. buf must be at least 22 bytes.