itm / wsn-device-drivers

Drivers for Wireless Sensor Network Devices
Other
6 stars 4 forks source link

Add isNodeAlive() function #120

Closed danbim closed 12 years ago

danbim commented 12 years ago

The function shall default to just returning the value of isConnected(). When used for wireless devices calling this method can result in something similar to 'ping' messages being sent to the device and back to check for its liveness. Therefore this method has a timeout parameter.