class UDPEndPoint
Defined at line 51 of file x64-shared/gen/third_party/openweave-core/src/include/InetLayer/UDPEndPoint.h
Objects of this class represent UDP transport endpoints.
Public Methods
INET_ERROR Bind (IPAddressType addrType, IPAddress addr, uint16_t port, InterfaceId intfId)
INET_ERROR BindInterface (IPAddressType addrType, InterfaceId intf)
InterfaceId GetBoundInterface ()
uint16_t GetBoundPort ()
INET_ERROR Listen ()
INET_ERROR SendTo (IPAddress addr, uint16_t port, Weave::System::PacketBuffer * msg, uint16_t sendFlags)
INET_ERROR SendTo (IPAddress addr, uint16_t port, InterfaceId intfId, Weave::System::PacketBuffer * msg, uint16_t sendFlags)
INET_ERROR SendMsg (const IPPacketInfo * pktInfo, Weave::System::PacketBuffer * msg, uint16_t sendFlags)
void Close ()
void Free ()
Friends
class InetLayer