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.
connector_time_epoch_fractional_t Struct Reference
[Structure to represent time in seconds and milliseconds.]
The data structure to represent seconds and milliseconds since the epoch (00:00:00 UTC on 1 January 1970). More...
#include <connector_api_data_point.h>
Data Fields | |
| uint32_t | seconds |
| seconds since epoch | |
| uint32_t | milliseconds |
| milliseconds portion of epoch time | |
Detailed Description
The data structure to represent seconds and milliseconds since the epoch (00:00:00 UTC on 1 January 1970).
Devices on which the milliseconds are not available can use 0 for milliseconds.
- See also:
- connector_data_point_t
Definition at line 75 of file connector_api_data_point.h.
Field Documentation
milliseconds portion of epoch time
Definition at line 78 of file connector_api_data_point.h.
seconds since epoch
Definition at line 77 of file connector_api_data_point.h.
Generated on Tue Jul 12 2022 19:18:40 by
1.7.2