Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: CommunicationMonitoring.h
- Revision:
- 1:6633661058ec
- Parent:
- 0:a33375289d79
--- a/CommunicationMonitoring.h Wed Dec 22 11:15:12 2021 +0000
+++ b/CommunicationMonitoring.h Thu Dec 23 05:52:48 2021 +0000
@@ -20,7 +20,8 @@
int init(int _time_out_ms, int _int_time_ms);
void Monitoring(bool commCheck, int _device_num);
- bool getAvailable(int _device_num);
+ bool isAvailable(int _device_num);
+ bool isAllAvailable(void);
private: