#include <UnicastSocketLowpan.h>
Inherits ibrcommon::lowpansocket.

Public Member Functions | |
| UnicastSocketLowpan () | |
| virtual | ~UnicastSocketLowpan () |
| void | bind (int panid, std::string address="") |
| void | bind (int panid, const NetInterface &iface) |
Definition at line 16 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, | |
| std::string | address = "" | |||
| ) |
Referenced by bind(), and dtn::net::LOWPANConvergenceLayer::componentUp().
| void ibrcommon::UnicastSocketLowpan::bind | ( | int | panid, | |
| const NetInterface & | 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::NetInterface::getAddress(), and ieee802154_addr::pan_id.

1.7.1