class OneWayStatus

Defined at line 484 of file ../../sdk/lib/fidl/cpp/wire/include/lib/fidl/cpp/wire/status.h

|OneWayStatus| represents the result of a one-way FIDL operation:

- One-way client call.

- Send server reply.

- Send event.

The main difference between |OneWayStatus| and |Status| is that the former

does not expose peer-closed errors. The FIDL runtime only surfaces

peer-closed errors when it is encountered while reading or waiting. Otherwise,

they support the same APIs.

|OneWayStatus| may implicitly decay into a |Status|, but one must explicitly

perform the inverse transformation by calling the constructor.

Public Methods

void OneWayStatus (const Status & other)

Defined at line 486 of file ../../sdk/lib/fidl/cpp/wire/include/lib/fidl/cpp/wire/status.h