template <>
class NaturalClientImpl
Defined at line 142 of file fidling/gen/sdk/fidl/fuchsia.hardware.serial/fuchsia.hardware.serial/cpp/fidl/fuchsia.hardware.serial/cpp/natural_messaging.h
Public Methods
::fidl::internal::NaturalThenable< ::fuchsia_hardware_serial::Device::GetClass> GetClass ()
Lookup what type of serial device this is.
::fidl::internal::NaturalThenable< ::fuchsia_hardware_serial::Device::SetConfig> SetConfig (const ::fidl::Request< ::fuchsia_hardware_serial::Device::SetConfig> & request)
Set the configuration of this serial device.
::fidl::internal::NaturalThenable< ::fuchsia_hardware_serial::Device::Read> Read ()
Reads data from the serial port.
::fidl::internal::NaturalThenable< ::fuchsia_hardware_serial::Device::Write> Write (const ::fidl::Request< ::fuchsia_hardware_serial::Device::Write> & request)
Writes data to the serial port.