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