template <>
class WireWeakAsyncBufferClientImpl
Defined at line 1098 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::WireBufferThenable< ::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.
Caller provides the backing storage for FIDL message.