template <>

class WireSyncBufferClientImpl

Defined at line 1051 of file fidling/gen/sdk/fidl/fuchsia.hardware.pin/fuchsia.hardware.pin/cpp/fidl/fuchsia.hardware.pin/cpp/wire_messaging.h

Public Methods

::fidl::WireUnownedResult< ::fuchsia_hardware_pin::Debug::GetProperties> GetProperties ()

Returns the static properties of a pin.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::fuchsia_hardware_pin::Debug::ConnectPin> ConnectPin (::fidl::ServerEnd< ::fuchsia_hardware_pin::Pin> && server)

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::fuchsia_hardware_pin::Debug::ConnectGpio> ConnectGpio (::fidl::ServerEnd< ::fuchsia_hardware_gpio::Gpio> && server)

Returns ZX_ERR_NOT_SUPPORTED if the pin does not support GPIO.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.