template <>

class WireTableBuilder

Defined at line 474 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::UdpPacket> & src_port (First && first, Args &&... args_)

Matcher for the UDP source port.

Defined at line 486 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::UdpPacket> & dst_port (First && first, Args &&... args_)

Matcher for the UDP destination port.

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

Friends

template <>
class UdpPacket