template <>
class NaturalClientImpl
Defined at line 193 of file fidling/gen/sdk/fidl/fuchsia.hardware.goldfish.pipe/fuchsia.hardware.goldfish.pipe/cpp/fidl/fuchsia.hardware.goldfish.pipe/cpp/natural_messaging.h
Public Methods
::fidl::internal::NaturalThenable< ::fuchsia_hardware_goldfish_pipe::Bus::Create> Create ()
Creates a new connection to the pipe bus.
Clients must `Destroy` all pipe bus connections they `Create`d.
Failure to do so may result in host side resources being not cleaned up
properly.
::fidl::internal::NaturalThenable< ::fuchsia_hardware_goldfish_pipe::Bus::Destroy> Destroy (const ::fidl::Request< ::fuchsia_hardware_goldfish_pipe::Bus::Destroy> & request)
Destroys a previously created pipe connection.
::fidl::internal::NaturalThenable< ::fuchsia_hardware_goldfish_pipe::Bus::SetEvent> SetEvent (::fidl::Request< ::fuchsia_hardware_goldfish_pipe::Bus::SetEvent> request)
Set event used to signal device state. Discards existing event
after having transferred device state to the new event, if event
exists.
Return error states from `zx_object_wait_one` and `zx_object_signal`
if existing events on `pipe_event` cannot be transferred to the call.
Otherwise returns `ZX_OK`.
::fidl::internal::NaturalThenable< ::fuchsia_hardware_goldfish_pipe::Bus::Open> Open (const ::fidl::Request< ::fuchsia_hardware_goldfish_pipe::Bus::Open> & request)
Open pipe connection. This must be called before any other
commands are issued and will cause the physical address of the
command structure to be a associated with the pipe. The command
structure must contain {.cmd = OPEN, .id = id} at the time this
request is issued.
::fidl::internal::NaturalThenable< ::fuchsia_hardware_goldfish_pipe::Bus::Exec> Exec (const ::fidl::Request< ::fuchsia_hardware_goldfish_pipe::Bus::Exec> & request)
Execute pipe command stored in associated command structure.
::fidl::internal::NaturalThenable< ::fuchsia_hardware_goldfish_pipe::Bus::GetBti> GetBti ()
Get BTI that can be used create IO buffers for read/write commands.