class TcpPacket
Defined at line 123 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/wire_types.h
A matcher for TCP packets.
Public Methods
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fuchsia_net_matchers::wire::TcpPacket> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_net_matchers::wire::TcpPacket> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_net_matchers::wire::TcpPacket>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
void TcpPacket ()
Defined at line 125 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/wire_types.h
void TcpPacket (const TcpPacket & other)
Defined at line 126 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/wire_types.h
TcpPacket & operator= (const TcpPacket & other)
Defined at line 127 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/wire_types.h
void TcpPacket (TcpPacket && other)
Defined at line 128 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/wire_types.h
TcpPacket & operator= (TcpPacket && other)
Defined at line 129 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/wire_types.h
::fuchsia_net_matchers::wire::Port & src_port ()
Matcher for the TCP source port.
bool has_src_port ()
::fuchsia_net_matchers::wire::Port & dst_port ()
Matcher for the TCP destination port.
bool has_dst_port ()
void ~TcpPacket ()
Defined at line 131 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder