Error_NodeCommunication
public
Error_Communication
Error_NodeCommunication

The exception for failing to communicate with a WirelessNode.

Variables
m_nodeAddress
uint16 m_nodeAddress

The node address of the WirelessNode that failed to communicate.

Functions
Error_NodeCommunication
Error_NodeCommunication(
uint16 nodeAddress
): Error_Communication("Failed to communicate with the Wireless Node."), m_nodeAddress(nodeAddress)

Initializes the Error_NodeCommunication object.

Parameters
nodeAddress
uint16

The node address of the WirelessNode that failed to communicate.

Error_NodeCommunication
Error_NodeCommunication(
uint16 nodeAddress,
const std::string &description
): Error_Communication(description), m_nodeAddress(nodeAddress)

Initializes the Error_NodeCommunication object.

Parameters
nodeAddress
uint16

The node address of the WirelessNode that failed to communicate.

description
const std::string&

the description to set

nodeAddress
const uint16 nodeAddress() const throw ()

gets the node address of the WirelessNode that failed to communicate