class SetEventMaskCmd
Defined at line 2207 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
Sets which events a resource should deliver to the session listener.
This command replaces any prior event mask for the resource.
The initial event mask for a resource is zero, meaning no events are
reported.
Constraints:
- `resource_id` is a valid resource id
- `event_mask` is zero or a combination of `k*EventMask` bits OR'ed together.
Public Methods
void SetEventMaskCmd (Storage_ storage)
void SetEventMaskCmd (uint32_t id, uint32_t event_mask)
void SetEventMaskCmd ()
Default constructs a |SetEventMaskCmd| only if all of its members are default constructible.
Defined at line 2217 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
void SetEventMaskCmd (SetEventMaskCmd && )
Defined at line 2220 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
void SetEventMaskCmd (const SetEventMaskCmd & other)
SetEventMaskCmd & operator= (SetEventMaskCmd && )
Defined at line 2221 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
SetEventMaskCmd & operator= (const SetEventMaskCmd & other)
bool operator== (const SetEventMaskCmd & other)
bool operator!= (const SetEventMaskCmd & other)
uint32_t id ()
uint32_t & id ()
SetEventMaskCmd & id (uint32_t value)
Setter for id.
uint32_t event_mask ()
uint32_t & event_mask ()
SetEventMaskCmd & event_mask (uint32_t value)
Setter for event_mask.
void SetEventMaskCmd (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits