template <>
class NaturalClientImpl
Defined at line 233 of file fidling/gen/sdk/fidl/fuchsia.hardware.pinimpl/fuchsia.hardware.pinimpl/cpp/fidl/fuchsia.hardware.pinimpl/cpp/driver/natural_messaging.h
Public Methods
::fidl::internal::NaturalThenable< ::fuchsia_hardware_pinimpl::PinImpl::Read> Read (const ::fidl::Request< ::fuchsia_hardware_pinimpl::PinImpl::Read> & request)
::fidl::internal::NaturalThenable< ::fuchsia_hardware_pinimpl::PinImpl::SetBufferMode> SetBufferMode (const ::fidl::Request< ::fuchsia_hardware_pinimpl::PinImpl::SetBufferMode> & request)
::fidl::internal::NaturalThenable< ::fuchsia_hardware_pinimpl::PinImpl::ConfigureInterrupt> ConfigureInterrupt (const ::fidl::Request< ::fuchsia_hardware_pinimpl::PinImpl::ConfigureInterrupt> & request)
::fidl::internal::NaturalThenable< ::fuchsia_hardware_pinimpl::PinImpl::GetInterrupt> GetInterrupt (const ::fidl::Request< ::fuchsia_hardware_pinimpl::PinImpl::GetInterrupt> & request)
The PinImpl server should create a new interrupt object for each call to `GetInterrupt()`.
The interrupt corresponding to `pin` should be unmasked prior to being returned to the
caller.
::fidl::internal::NaturalThenable< ::fuchsia_hardware_pinimpl::PinImpl::ReleaseInterrupt> ReleaseInterrupt (const ::fidl::Request< ::fuchsia_hardware_pinimpl::PinImpl::ReleaseInterrupt> & request)
The PinImpl server should mask the interrupt corresponding to `pin`.
::fidl::internal::NaturalThenable< ::fuchsia_hardware_pinimpl::PinImpl::Configure> Configure (const ::fidl::Request< ::fuchsia_hardware_pinimpl::PinImpl::Configure> & request)