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: MacEvents.h
- Revision:
- 179:578d8030ba57
- Parent:
- 172:7ec44396a51b
- Child:
- 180:a78812699800
--- a/MacEvents.h Wed Sep 12 15:04:15 2018 -0500 +++ b/MacEvents.h Tue Sep 18 08:25:04 2018 -0500 @@ -36,10 +36,10 @@ virtual void BeaconRx(uint8_t *payload, uint16_t size, int16_t rssi, int8_t snr) = 0; virtual void BeaconLost() = 0; + virtual void ServerTime(uint32_t seconds, uint8_t sub_seconds) = 0; virtual void Pong(int16_t m_rssi, int8_t m_snr, int16_t s_rssi, int8_t s_snr) = 0; virtual void NetworkLinkCheck(int16_t m_rssi, int8_t m_snr, int8_t s_snr, uint8_t s_gateways) = 0; - virtual void ServerTime(uint32_t seconds, uint8_t sub_seconds) = 0; virtual void RxTimeout(uint8_t slot) = 0; virtual void RxError(uint8_t slot) = 0;