libtransistor
A userland library for the Nintendo Switch
|
Public Member Functions | |
Interface (usb_ds_interface_t intf) | |
Result< std::nullopt_t > | Enable () |
Result< std::nullopt_t > | Disable () |
Result< std::shared_ptr < Endpoint > > | GetEndpoint (usb_endpoint_descriptor_t &descriptor) |
Result< std::shared_ptr < Endpoint > > | GetCtrlInEndpoint () |
Result< std::shared_ptr < Endpoint > > | GetCtrlOutEndpoint () |
Result< std::nullopt_t > | StallCtrl () |