class MediaButtonsEvent

Defined at line 214 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/cpp/fidl/fuchsia.ui.input/cpp/wire_types.h

Public Methods

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_ui_input::wire::MediaButtonsEvent> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_ui_input::wire::MediaButtonsEvent> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_ui_input::wire::MediaButtonsEvent>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

void Allocate (::fidl::AnyArena & allocator)
void Init (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_ui_input::wire::MediaButtonsEvent>> && frame_ptr)
void MediaButtonsEvent ()

Defined at line 216 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/cpp/fidl/fuchsia.ui.input/cpp/wire_types.h

void MediaButtonsEvent (const MediaButtonsEvent & other)

Defined at line 217 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/cpp/fidl/fuchsia.ui.input/cpp/wire_types.h

void MediaButtonsEvent (MediaButtonsEvent && other)

Defined at line 219 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/cpp/fidl/fuchsia.ui.input/cpp/wire_types.h

void _CloseHandles ()
MediaButtonsEvent & operator= (MediaButtonsEvent && other)

Defined at line 220 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/cpp/fidl/fuchsia.ui.input/cpp/wire_types.h

int8_t & volume ()
bool has_volume ()
bool & mic_mute ()
bool has_mic_mute ()
bool & pause ()
bool has_pause ()
bool & camera_disable ()
bool has_camera_disable ()
bool & power ()
bool has_power ()
bool & function ()
bool has_function ()
uint32_t & device_id ()
bool has_device_id ()
MediaButtonsEvent & operator= (const MediaButtonsEvent & other)

Defined at line 218 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/cpp/fidl/fuchsia.ui.input/cpp/wire_types.h

::zx::eventpair & wake_lease ()

Optional wake lease for power baton passing.

bool has_wake_lease ()
MediaButtonsEvent & set_volume (int8_t elem)
MediaButtonsEvent & clear_volume ()
MediaButtonsEvent & set_mic_mute (bool elem)
MediaButtonsEvent & clear_mic_mute ()
MediaButtonsEvent & set_pause (bool elem)
MediaButtonsEvent & clear_pause ()
MediaButtonsEvent & set_camera_disable (bool elem)
MediaButtonsEvent & clear_camera_disable ()
MediaButtonsEvent & set_power (bool elem)
MediaButtonsEvent & clear_power ()
MediaButtonsEvent & set_function (bool elem)
MediaButtonsEvent & clear_function ()
MediaButtonsEvent & set_device_id (uint32_t elem)
MediaButtonsEvent & clear_device_id ()
MediaButtonsEvent & set_wake_lease (::zx::eventpair elem)
MediaButtonsEvent & clear_wake_lease ()
void MediaButtonsEvent (::fidl::AnyArena & allocator)
void MediaButtonsEvent (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_ui_input::wire::MediaButtonsEvent>> && frame)

This constructor allows a user controlled allocation (not using a Arena).

It should only be used when performance is key.

As soon as the frame is given to the table, it must not be used directly or for another table.

void ~MediaButtonsEvent ()

Defined at line 222 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/cpp/fidl/fuchsia.ui.input/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder