|
DESERT 4.0.0
|
#include <uwip-clmsg.h>


Public Member Functions | |
| UWIPClMsgSendAddr () | |
| UWIPClMsgSendAddr (DestinationType dtype, int value) | |
| UWIPClMsgSendAddr (UWIPClMsgSendAddr *m) | |
| ClMessage * | copy () |
| void | setAddr (nsaddr_t addr) |
| nsaddr_t | getAddr () |
Private Attributes | |
| nsaddr_t | addr_ |
Class used to answer to UWIPClMsgReqAddr cross layer messages.
| UWIPClMsgSendAddr::UWIPClMsgSendAddr | ( | ) |
Referenced by copy().
| UWIPClMsgSendAddr::UWIPClMsgSendAddr | ( | DestinationType | dtype, |
| int | value | ||
| ) |
| UWIPClMsgSendAddr::UWIPClMsgSendAddr | ( | UWIPClMsgSendAddr * | m | ) |
| ClMessage * UWIPClMsgSendAddr::copy | ( | ) |
| nsaddr_t UWIPClMsgSendAddr::getAddr | ( | ) |
| void UWIPClMsgSendAddr::setAddr | ( | nsaddr_t | addr | ) |
References addr_.
Referenced by UWIPModule::recvSyncClMsg().