template <>
class WireEventSender
Defined at line 2024 of file fidling/gen/src/lib/fidl/llcpp/tests/integration/llcpptest.flexible.test/cpp/fidl/llcpptest.flexible.test/cpp/wire_messaging.h
Public Methods
fidl::OneWayStatus OnUnknownXUnionMoreBytes (::llcpptest_flexible_test::wire::FlexibleXUnion FlexibleXUnion)
Receive a xunion with an unknown ordinal (suppose coming from a newer
server) which contains more bytes than the current max message size.
fidl::OneWayStatus OnUnknownXUnionMoreHandles (::llcpptest_flexible_test::wire::FlexibleXUnion FlexibleXUnion)
Receive a xunion with an unknown ordinal (suppose coming from a newer
server) which contains more handles than the current max message handle
count.
fidl::OneWayStatus OnUnknownTableMoreBytes (::llcpptest_flexible_test::wire::FlexibleTable FlexibleTable)
Receive a table with an unknown ordinal (suppose coming from a newer
server) which contains more bytes than the current max message size.
fidl::OneWayStatus OnUnknownTableMoreHandles (::llcpptest_flexible_test::wire::FlexibleTable FlexibleTable)
Receive a table with an unknown ordinal (suppose coming from a newer
server) which contains more handles than the current max message handle
count.