Crate _usb_vsock_service_driver_rustc

Source

Modules§

vsock_service 🔒

Structs§

UsbCallbackHandler 🔒
Processes a stream of device connections from the parent driver, and for each one initiates a UsbConnection process to handle individual connections to the host process.
UsbConnection 🔒
Processes a connection to the underlying USB device through a datagram socket where each packet received or sent corresponds to a USB bulk transfer buffer. It will call the callback with a new link and close the old one whenever a magic reset packet is received from the host.
UsbVsockServiceDriver 🔒

Statics§

MTU 🔒
__fuchsia_driver_registration__

Functions§

get_usb_device 🔒
read_packet_stream 🔒
run_connection 🔒
usb_socket_reader 🔒
usb_socket_writer 🔒