The exception for failing to communicate with a WirelessNode.
Error_NodeCommunication( |
| ): Error_Communication("Failed to communicate with the Wireless Node."), m_nodeAddress(nodeAddress) |
Initializes the Error_NodeCommunication object.
nodeAddress uint16 | The node address of the WirelessNode that failed to communicate. |
Error_NodeCommunication( |
| ): Error_Communication(description), m_nodeAddress(nodeAddress) |
Initializes the Error_NodeCommunication object.
nodeAddress uint16 | The node address of the WirelessNode that failed to communicate. |
description const std::string& | the description to set |
gets the node address of the WirelessNode that failed to communicate