class SerialUtil
Defined at line 10 of file ../../src/devices/serial/bin/serialutil/serialutil.h
Public Methods
int Execute (int argc, char *[] argv, fidl::ClientEnd<fuchsia_hardware_serial::DeviceProxy> connection)
Executes the `serialutil` program.
Parameters
argc The command-line argument count.
argv The command-line arguments.
connection An optional connection to use for testing. Any specified device paths will be ignored if this is set.
Defined at line 140 of file ../../src/devices/serial/bin/serialutil/serialutil.cc