class UdpPacket
Defined at line 638 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/hlcpp/fuchsia/net/matchers/cpp/fidl.h
A matcher for UDP packets.
Public Members
static const fidl_type_t * FidlType
Public Methods
bool IsEmpty ()
Returns whether no field is set.
const ::fuchsia::net::matchers::Port & src_port ()
Matcher for the UDP source port.
Defined at line 645 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/hlcpp/fuchsia/net/matchers/cpp/fidl.h
bool has_src_port ()
Defined at line 649 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/hlcpp/fuchsia/net/matchers/cpp/fidl.h
::fuchsia::net::matchers::Port * mutable_src_port ()
Matcher for the UDP source port.
Defined at line 654 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/hlcpp/fuchsia/net/matchers/cpp/fidl.h
void clear_src_port ()
Defined at line 662 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/hlcpp/fuchsia/net/matchers/cpp/fidl.h
const ::fuchsia::net::matchers::Port & dst_port ()
Matcher for the UDP destination port.
Defined at line 671 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/hlcpp/fuchsia/net/matchers/cpp/fidl.h
bool has_dst_port ()
Defined at line 675 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/hlcpp/fuchsia/net/matchers/cpp/fidl.h
::fuchsia::net::matchers::Port * mutable_dst_port ()
Matcher for the UDP destination port.
Defined at line 680 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/hlcpp/fuchsia/net/matchers/cpp/fidl.h
void clear_dst_port ()
Defined at line 688 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/hlcpp/fuchsia/net/matchers/cpp/fidl.h
UdpPacket & set_src_port (::fuchsia::net::matchers::Port _value)
UdpPacket & set_dst_port (::fuchsia::net::matchers::Port _value)
void UdpPacket ()
void UdpPacket (UdpPacket && other)
void ~UdpPacket ()
UdpPacket & operator= (UdpPacket && other)
::std::unique_ptr<UdpPacket> New ()
void Encode (::fidl::Encoder *_encoder,size_t_offset,std::optional< ::fidl::HandleInformation>maybe_handle_info)
void Decode (::fidl::Decoder *_decoder,UdpPacket *_value,size_t_offset)
zx_status_t Clone (UdpPacket * _result)