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

ParametersDescription
handleClient handle obtained by a call to WDRV_WINC_Open.
timeUTCUTC time.

Returns

None.

Remarks

None.