SIM900
_SIM900RTC Struct Reference

Public Attributes

uint8_t day
 Date component: day. More...
 
uint8_t month
 Date component: month. More...
 
uint8_t year
 Date component: year. More...
 
uint8_t hour
 Time component: hour. More...
 
uint8_t minute
 Time component: minute. More...
 
uint8_t second
 Time component: second. More...
 
int8_t gmt
 GMT (Greenwich Mean Time) offset in hours. More...
 

Detailed Description

Definition at line 254 of file sim900_defs.h.

Member Data Documentation

◆ day

uint8_t _SIM900RTC::day

Date component: day.

Definition at line 256 of file sim900_defs.h.

◆ gmt

int8_t _SIM900RTC::gmt

GMT (Greenwich Mean Time) offset in hours.

Definition at line 274 of file sim900_defs.h.

◆ hour

uint8_t _SIM900RTC::hour

Time component: hour.

Definition at line 265 of file sim900_defs.h.

◆ minute

uint8_t _SIM900RTC::minute

Time component: minute.

Definition at line 268 of file sim900_defs.h.

◆ month

uint8_t _SIM900RTC::month

Date component: month.

Definition at line 259 of file sim900_defs.h.

◆ second

uint8_t _SIM900RTC::second

Time component: second.

Definition at line 271 of file sim900_defs.h.

◆ year

uint8_t _SIM900RTC::year

Date component: year.

Definition at line 262 of file sim900_defs.h.


The documentation for this struct was generated from the following file: