template <>

class WireTableBuilder

Defined at line 258 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/wire_types.h

Public Methods

template <typename First = ::fuchsia_net_matchers::wire::Port, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_net_matchers::wire::Port>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_net_matchers::wire::TcpPacket> & src_port (First && first, Args &&... args_)

Matcher for the TCP source port.

Defined at line 270 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/wire_types.h

template <typename First = ::fuchsia_net_matchers::wire::Port, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_net_matchers::wire::Port>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_net_matchers::wire::TcpPacket> & dst_port (First && first, Args &&... args_)

Matcher for the TCP destination port.

Defined at line 282 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/wire_types.h

Friends

template <>
class TcpPacket