template <>
class WireWeakAsyncClientImpl
Defined at line 1076 of file fidling/gen/sdk/fidl/fuchsia.ui.display.singleton/fuchsia.ui.display.singleton/cpp/fidl/fuchsia.ui.display.singleton/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireThenable< ::fuchsia_ui_display_singleton::DisplayPower::SetPowerMode> SetPowerMode (::fuchsia_ui_display_singleton::wire::PowerMode power_mode)
Set the power state of the default connected display device to `power_mode`.
Errors:
- `ZX_ERR_NOT_FOUND`: There is no connected display.
- `ZX_ERR_NOT_SUPPORTED`: The default connected display driver or hardware
does not support the requested power mode.
- `ZX_ERR_INTERNAL`: Operation failed for another reason.
Allocates 24 bytes of request buffer on the stack. The callback is stored on the heap.