struct UnknownMethodReply
Defined at line 61 of file ../../sdk/lib/fidl/cpp/wire/include/lib/fidl/cpp/wire/unknown_interactions.h
Represents the reply to a two-way unknown interaction. Used to build the
|OutgoingMessage| to send the unknown interaction response to the client.
Public Members
fidl_message_header header
body
Public Methods
UnknownMethodReply MakeReplyFor (uint64_t method_ordinal, ::fidl::MessageDynamicFlags dynamic_flags)
Build an UnknownMethodReply for the given |method_oridnal|. The
transaction ID is left as 0, and should be filled in by
|Transaction::Reply|.
Defined at line 14 of file ../../sdk/lib/fidl/cpp/wire/unknown_interactions.cc