1.1.18.2 WDRV_WINC_SYSTIME_CURRENT_CALLBACK
Function
void (*WDRV_WINC_SYSTIME_CURRENT_CALLBACK) ( DRV_HANDLE handle, uint32_t timeUTC )
Summary
Callback returning the system time.
Description
Callback returning the system time. The time is returned as UTC seconds since 01/01/1970.
Precondition
WDRV_WINC_Initialize should have been called. WDRV_WINC_Open should have been called to obtain a valid handle.
Parameters
handle - Client handle obtained by a call to WDRV_WINC_Open.
timeUTC - UTC time.
Returns
None.
Remarks
None.