template <>

class NaturalClientImpl

Defined at line 874 of file fidling/gen/sdk/fidl/fuchsia.gpu.magma/fuchsia.gpu.magma/cpp/fidl/fuchsia.gpu.magma/cpp/natural_messaging.h

Public Methods

::fidl::internal::NaturalThenable< ::fuchsia_gpu_magma::TestDevice::Query> Query (const ::fidl::Request< ::fuchsia_gpu_magma::TestDevice::Query> & request)

On success, returns a result either in a buffer or a simple value.

::fidl::internal::NaturalThenable< ::fuchsia_gpu_magma::TestDevice::GetIcdList> GetIcdList ()

Returns a list of ICDs that can be used with this Magma device. The list is sorted in

descending order of preference.

::fidl::internal::NaturalThenable< ::fuchsia_gpu_magma::TestDevice::GetUnitTestStatus> GetUnitTestStatus ()
::fit::result< ::fidl::OneWayError> Connect2 (::fidl::Request< ::fuchsia_gpu_magma::TestDevice::Connect2> request)

Creates a connection to the device comprised of two IPC channels.

The primary channel is for the Primary protocol (see below). The notification channel is

used for vendor-specific messages which are sent only in the reverse (server-client)

direction, typically in response to client command completion.

::fit::result< ::fidl::OneWayError> DumpState (const ::fidl::Request< ::fuchsia_gpu_magma::TestDevice::DumpState> & request)

Dumps driver and hardware state to the log.