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

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(), and ieee802154_addr::pan_id.

1.7.1