IBR-DTNSuite
0.8
|
#include <UnicastSocketLowpan.h>
Public Member Functions | |
UnicastSocketLowpan () | |
virtual | ~UnicastSocketLowpan () |
void | bind (int panid, const vaddress &address) |
void | bind (int panid, const vinterface &iface) |
Definition at line 17 of file UnicastSocketLowpan.h.
Definition at line 12 of file UnicastSocketLowpan.cpp.
ibrcommon::UnicastSocketLowpan::~UnicastSocketLowpan | ( | ) | [virtual] |
Definition at line 17 of file UnicastSocketLowpan.cpp.
void ibrcommon::UnicastSocketLowpan::bind | ( | int | panid, |
const vaddress & | address | ||
) |
Referenced by bind(), dtn::net::LOWPANDatagramService::bind(), and dtn::net::LOWPANConvergenceLayer::componentUp().
void ibrcommon::UnicastSocketLowpan::bind | ( | int | panid, |
const vinterface & | iface | ||
) |
Definition at line 21 of file UnicastSocketLowpan.cpp.
References ibrcommon::lowpansocket::_sockaddr, ibrcommon::lowpansocket::_vsocket, sockaddr_ieee802154::addr, ieee802154_addr::addr_type, bind(), ibrcommon::vsocket::fd(), ibrcommon::lowpansocket::getAddress(), IEEE802154_ADDR_SHORT, and ieee802154_addr::pan_id.