Google Cloud IoT Device SDK for Embedded C API
iotc_time.h File Reference

Go to the source code of this file.

Typedefs

iotc_time_t

time storage type.

Provides for a consistent time type across the IoTC implementation. This should be 64-bit whenever possible to prevent timer rollovers.

typedef long iotc_time_t
 

Typedef Documentation

◆ iotc_time_t

typedef long iotc_time_t

Definition at line 31 of file iotc_time.h.