|
IBR-DTNSuite 0.6
|
#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.
| ibrcommon::UnicastSocketLowpan::UnicastSocketLowpan | ( | ) |
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(), 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::_socket, sockaddr_ieee802154::addr, ieee802154_addr::addr_type, bind(), ibrcommon::lowpansocket::getAddress(), IEEE802154_ADDR_SHORT, and ieee802154_addr::pan_id.
