class RawEndPoint
Defined at line 51 of file gen/third_party/openweave-core/src/include/InetLayer/RawEndPoint.h
Objects of this class represent raw IP network endpoints.
Public Members
IPVer
IPProto
Public Methods
INET_ERROR Bind (IPAddressTypeaddrType,IPAddressaddr,InterfaceIdintfId)
INET_ERROR BindIPv6LinkLocal (InterfaceId intf, IPAddress addr)
INET_ERROR BindInterface (IPAddressType addrType, InterfaceId intf)
InterfaceId GetBoundInterface ()
INET_ERROR Listen ()
INET_ERROR SendTo (IPAddressaddr,Weave::System::PacketBuffer *msg,uint16_tsendFlags)
INET_ERROR SendTo (IPAddressaddr,InterfaceIdintfId,Weave::System::PacketBuffer *msg,uint16_tsendFlags)
INET_ERROR SendMsg (const IPPacketInfo *pktInfo,Weave::System::PacketBuffer *msg,uint16_tsendFlags)
INET_ERROR SetICMPFilter (uint8_t numICMPTypes, const uint8_t * aICMPTypes)
void Close ()
void Free ()
Friends
class InetLayer