Public Member Functions | Protected Member Functions | Protected Attributes | Friends

ibrcommon::lowpansocket::peer Class Reference

#include <lowpansocket.h>

Collaboration diagram for ibrcommon::lowpansocket::peer:
Collaboration graph
[legend]

List of all members.

Public Member Functions

int send (const char *data, const size_t length)

Protected Member Functions

 peer (lowpansocket &socket, const struct sockaddr_ieee802154 &dest, const unsigned int panid)

Protected Attributes

struct sockaddr_ieee802154 _destaddress
lowpansocket_socket

Friends

class lowpansocket

Detailed Description

Definition at line 29 of file lowpansocket.h.


Constructor & Destructor Documentation

ibrcommon::lowpansocket::peer::peer ( lowpansocket socket,
const struct sockaddr_ieee802154 dest,
const unsigned int  panid 
) [protected]

Member Function Documentation

int ibrcommon::lowpansocket::peer::send ( const char *  data,
const size_t  length 
)

Friends And Related Function Documentation

friend class lowpansocket [friend]

Definition at line 31 of file lowpansocket.h.


Member Data Documentation

Definition at line 36 of file lowpansocket.h.

Referenced by peer(), and send().

Definition at line 37 of file lowpansocket.h.

Referenced by send().


The documentation for this class was generated from the following files: