1.1.28.1 WDRV_WINC_SYSTIME_CURRENT_CALLBACK Typedef
C
typedef void (*WDRV_WINC_SYSTIME_CURRENT_CALLBACK) ( DRV_HANDLE handle, uint32_t timeUTC );
Description
Callback returning the system time. The time is returned as UTC seconds since 01/01/1970.
Parameters
Parameters | Description |
---|---|
handle | Client handle obtained by a call to WDRV_WINC_Open . |
timeUTC | UTC time. |
Returns
None.
Remarks
None.