template <>
class NaturalClientImpl
Defined at line 731 of file fidling/gen/sdk/fidl/fuchsia.hardware.spi/fuchsia.hardware.spi/cpp/fidl/fuchsia.hardware.spi/cpp/natural_messaging.h
Public Methods
::fit::result< ::fidl::OneWayError> OpenSession (::fidl::Request< ::fuchsia_hardware_spi::Controller::OpenSession> request)
Opens a new session on the device.
At most one session is permitted at one time; the server end will be
closed with `ZX_ERR_ALREADY_BOUND` if a session already exists.