template <>
class WireEventHandlerInterface
Defined at line 1006 of file fidling/gen/src/lib/fidl/llcpp/tests/integration/llcpptest.flexible.test/cpp/fidl/llcpptest.flexible.test/cpp/wire_messaging.h
Public Methods
void OnUnknownXUnionMoreBytes (::fidl::WireEvent< ::llcpptest_flexible_test::ReceiveFlexibleEnvelope::OnUnknownXUnionMoreBytes> * event)
Receive a xunion with an unknown ordinal (suppose coming from a newer
server) which contains more bytes than the current max message size.
void OnUnknownXUnionMoreHandles (::fidl::WireEvent< ::llcpptest_flexible_test::ReceiveFlexibleEnvelope::OnUnknownXUnionMoreHandles> * event)
Receive a xunion with an unknown ordinal (suppose coming from a newer
server) which contains more handles than the current max message handle
count.
void OnUnknownTableMoreBytes (::fidl::WireEvent< ::llcpptest_flexible_test::ReceiveFlexibleEnvelope::OnUnknownTableMoreBytes> * event)
Receive a table with an unknown ordinal (suppose coming from a newer
server) which contains more bytes than the current max message size.
void OnUnknownTableMoreHandles (::fidl::WireEvent< ::llcpptest_flexible_test::ReceiveFlexibleEnvelope::OnUnknownTableMoreHandles> * event)
Receive a table with an unknown ordinal (suppose coming from a newer
server) which contains more handles than the current max message handle
count.
void WireEventHandlerInterface ()
Defined at line 1009 of file fidling/gen/src/lib/fidl/llcpp/tests/integration/llcpptest.flexible.test/cpp/fidl/llcpptest.flexible.test/cpp/wire_messaging.h
void ~WireEventHandlerInterface ()
Defined at line 1010 of file fidling/gen/src/lib/fidl/llcpp/tests/integration/llcpptest.flexible.test/cpp/fidl/llcpptest.flexible.test/cpp/wire_messaging.h