SIM900
Loading...
Searching...
No Matches
_SIM900RTC Struct Reference

Public Attributes

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

Detailed Description

Definition at line 200 of file sim900_defs.h.

Member Data Documentation

◆ day

uint8_t _SIM900RTC::day

Date component: day.

Definition at line 202 of file sim900_defs.h.

◆ gmt

int8_t _SIM900RTC::gmt

GMT (Greenwich Mean Time) offset in hours.

Definition at line 220 of file sim900_defs.h.

◆ hour

uint8_t _SIM900RTC::hour

Time component: hour.

Definition at line 211 of file sim900_defs.h.

◆ minute

uint8_t _SIM900RTC::minute

Time component: minute.

Definition at line 214 of file sim900_defs.h.

◆ month

uint8_t _SIM900RTC::month

Date component: month.

Definition at line 205 of file sim900_defs.h.

◆ second

uint8_t _SIM900RTC::second

Time component: second.

Definition at line 217 of file sim900_defs.h.

◆ year

uint8_t _SIM900RTC::year

Date component: year.

Definition at line 208 of file sim900_defs.h.


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