class Event
Defined at line 105 of file fidling/gen/src/connectivity/network/testing/netemul/sync-manager/fidl/sync/cpp/fidl/fuchsia.netemul.sync/cpp/wire_types.h
Simple data structure passed on netemul bus.
Public Methods
void Event ()
Defined at line 107 of file fidling/gen/src/connectivity/network/testing/netemul/sync-manager/fidl/sync/cpp/fidl/fuchsia.netemul.sync/cpp/wire_types.h
void Event (const Event & other)
Defined at line 108 of file fidling/gen/src/connectivity/network/testing/netemul/sync-manager/fidl/sync/cpp/fidl/fuchsia.netemul.sync/cpp/wire_types.h
Event & operator= (const Event & other)
Defined at line 109 of file fidling/gen/src/connectivity/network/testing/netemul/sync-manager/fidl/sync/cpp/fidl/fuchsia.netemul.sync/cpp/wire_types.h
void Event (Event && other)
Defined at line 110 of file fidling/gen/src/connectivity/network/testing/netemul/sync-manager/fidl/sync/cpp/fidl/fuchsia.netemul.sync/cpp/wire_types.h
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fuchsia_netemul_sync::wire::Event> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_netemul_sync::wire::Event> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_netemul_sync::wire::Event>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
int32_t & code ()
User-defined event code.
bool has_code ()
::fidl::StringView & message ()
string:MAX message.
bool has_message ()
::fidl::VectorView<uint8_t> & arguments ()
serialized arguments.
bool has_arguments ()
Event & operator= (Event && other)
Defined at line 111 of file fidling/gen/src/connectivity/network/testing/netemul/sync-manager/fidl/sync/cpp/fidl/fuchsia.netemul.sync/cpp/wire_types.h
void ~Event ()
Defined at line 113 of file fidling/gen/src/connectivity/network/testing/netemul/sync-manager/fidl/sync/cpp/fidl/fuchsia.netemul.sync/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder