|  | WPILibC++ 2025.3.2
    | 
This is the complete list of members for wpi::uv::Udp, including all inherited members.
| AllocBuf(uv_handle_t *handle, size_t size, uv_buf_t *buf) | wpi::uv::Handle | protectedstatic | 
| Bind(const sockaddr &addr, unsigned int flags=0) | wpi::uv::Udp | inline | 
| Bind(const sockaddr_in &addr, unsigned int flags=0) | wpi::uv::Udp | inline | 
| Bind(const sockaddr_in6 &addr, unsigned int flags=0) | wpi::uv::Udp | inline | 
| Bind(std::string_view ip, unsigned int port, unsigned int flags=0) | wpi::uv::Udp | |
| Bind6(std::string_view ip, unsigned int port, unsigned int flags=0) | wpi::uv::Udp | |
| Close() noexcept | wpi::uv::Handle | |
| closed | wpi::uv::Handle | |
| Connect(const sockaddr &addr) | wpi::uv::Udp | inline | 
| Connect(const sockaddr_in &addr) | wpi::uv::Udp | inline | 
| Connect(const sockaddr_in6 &addr) | wpi::uv::Udp | inline | 
| Connect(std::string_view ip, unsigned int port) | wpi::uv::Udp | |
| Connect6(std::string_view ip, unsigned int port) | wpi::uv::Udp | |
| Create(Loop &loop, unsigned int flags=AF_UNSPEC) | wpi::uv::Udp | static | 
| Create(const std::shared_ptr< Loop > &loop, unsigned int flags=AF_UNSPEC) | wpi::uv::Udp | inlinestatic | 
| DefaultFreeBuf(Buffer &buf) | wpi::uv::Handle | protectedstatic | 
| error | wpi::uv::Handle | |
| ForceClosed() noexcept | wpi::uv::Handle | inlineprotected | 
| FreeBuf(Buffer &buf) const noexcept | wpi::uv::Handle | inline | 
| GetData() const | wpi::uv::Handle | inline | 
| GetLogger() const | wpi::uv::Handle | inline | 
| GetLoop() const noexcept | wpi::uv::Handle | inline | 
| GetLoopRef() const noexcept | wpi::uv::Handle | inline | 
| GetPeer() | wpi::uv::Udp | |
| GetRaw() const noexcept | wpi::uv::HandleImpl< Udp, uv_udp_t > | inline | 
| GetRawHandle() const noexcept | wpi::uv::Handle | inline | 
| GetSendQueueCount() const noexcept | wpi::uv::Udp | inline | 
| GetSendQueueSize() const noexcept | wpi::uv::Udp | inline | 
| GetSock() | wpi::uv::Udp | |
| GetType() const noexcept | wpi::uv::Handle | inline | 
| GetTypeName() const noexcept | wpi::uv::Handle | inline | 
| Handle(const Handle &)=delete | wpi::uv::Handle | |
| Handle(Handle &&)=delete | wpi::uv::Handle | |
| Handle(uv_handle_t *uv_handle) | wpi::uv::Handle | inlineexplicitprotected | 
| HandleImpl() | wpi::uv::HandleImpl< Udp, uv_udp_t > | inlineprotected | 
| HasReference() const noexcept | wpi::uv::Handle | inline | 
| Invoke(F &&f, Args &&... args) const | wpi::uv::Handle | inlineprotected | 
| IsActive() const noexcept | wpi::uv::Handle | inline | 
| IsClosing() const noexcept | wpi::uv::Handle | inline | 
| IsLoopClosing() const noexcept | wpi::uv::Handle | inline | 
| IsUsingRecvmmsg() const | wpi::uv::Udp | inline | 
| Keep() noexcept | wpi::uv::Handle | inlineprotected | 
| Open(uv_os_sock_t sock) | wpi::uv::Udp | inline | 
| operator=(const Handle &)=delete | wpi::uv::Handle | |
| operator=(Handle &&)=delete | wpi::uv::Handle | |
| RawSize() const noexcept | wpi::uv::Handle | inline | 
| received | wpi::uv::Udp | |
| Reference() noexcept | wpi::uv::Handle | inline | 
| Release() noexcept | wpi::uv::Handle | inlineprotected | 
| ReportError(int err) const | wpi::uv::Handle | inline | 
| Send(const sockaddr &addr, std::span< const Buffer > bufs, const std::shared_ptr< UdpSendReq > &req) | wpi::uv::Udp | |
| Send(const sockaddr_in &addr, std::span< const Buffer > bufs, const std::shared_ptr< UdpSendReq > &req) | wpi::uv::Udp | inline | 
| Send(const sockaddr_in6 &addr, std::span< const Buffer > bufs, const std::shared_ptr< UdpSendReq > &req) | wpi::uv::Udp | inline | 
| Send(std::span< const Buffer > bufs, const std::shared_ptr< UdpSendReq > &req) | wpi::uv::Udp | |
| Send(const sockaddr &addr, std::span< const Buffer > bufs, std::function< void(std::span< Buffer >, Error)> callback) | wpi::uv::Udp | |
| Send(const sockaddr_in &addr, std::span< const Buffer > bufs, std::function< void(std::span< Buffer >, Error)> callback) | wpi::uv::Udp | inline | 
| Send(const sockaddr_in6 &addr, std::span< const Buffer > bufs, std::function< void(std::span< Buffer >, Error)> callback) | wpi::uv::Udp | inline | 
| Send(std::span< const Buffer > bufs, std::function< void(std::span< Buffer >, Error)> callback) | wpi::uv::Udp | |
| SetBroadcast(bool enabled) | wpi::uv::Udp | inline | 
| SetBufferAllocator(std::function< Buffer(size_t)> alloc, std::function< void(Buffer &)> dealloc) | wpi::uv::Handle | inline | 
| SetData(std::shared_ptr< void > data) | wpi::uv::Handle | inline | 
| SetLogger(Logger *logger) | wpi::uv::Handle | inline | 
| SetLoopClosing(bool loopClosing) noexcept | wpi::uv::Handle | inline | 
| SetMembership(std::string_view multicastAddr, std::string_view interfaceAddr, uv_membership membership) | wpi::uv::Udp | |
| SetMulticastInterface(std::string_view interfaceAddr) | wpi::uv::Udp | |
| SetMulticastLoop(bool enabled) | wpi::uv::Udp | inline | 
| SetMulticastTtl(int ttl) | wpi::uv::Udp | inline | 
| SetSourceMembership(std::string_view multicastAddr, std::string_view interfaceAddr, std::string_view sourceAddr, uv_membership membership) | wpi::uv::Udp | |
| SetTtl(int ttl) | wpi::uv::Udp | inline | 
| shared_from_this() | wpi::uv::HandleImpl< Udp, uv_udp_t > | inline | 
| shared_from_this() const | wpi::uv::HandleImpl< Udp, uv_udp_t > | inline | 
| StartRecv() | wpi::uv::Udp | |
| StopRecv() | wpi::uv::Udp | inline | 
| TrySend(const sockaddr &addr, std::span< const Buffer > bufs) | wpi::uv::Udp | inline | 
| TrySend(const sockaddr_in &addr, std::span< const Buffer > bufs) | wpi::uv::Udp | inline | 
| TrySend(const sockaddr_in6 &addr, std::span< const Buffer > bufs) | wpi::uv::Udp | inline | 
| TrySend(std::span< const Buffer > bufs) | wpi::uv::Udp | inline | 
| Type typedef | wpi::uv::Handle | |
| Udp(const private_init &) | wpi::uv::Udp | inlineexplicit | 
| Unreference() noexcept | wpi::uv::Handle | inline | 
| ~Handle() noexcept | wpi::uv::Handle | virtual | 
| ~Udp() noexcept override=default | wpi::uv::Udp |