Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
sim7080_sms Struct Reference

Buffer structure for sms. More...

#include <zephyr/drivers/modem/simcom-sim7080.h>

Data Fields

uint8_t first_octet
 First octet of the sms.
uint8_t tp_pid
 Message protocol identifier.
enum sim7080_sms_stat stat
 Status of the sms in memory.
uint16_t index
 Index of the sms in memory.
struct { 
   uint8_t   year 
 Current Year. More...
   uint8_t   month 
 Month of the year. More...
   uint8_t   day 
 Day of the month. More...
   uint8_t   hour 
 Hour of the day. More...
   uint8_t   minute 
 Minute. More...
   uint8_t   second 
 Second. More...
   uint8_t   timezone 
 Current timezone. More...
time
 Time the sms was received.
char data [160+1]
 Buffered sms.
uint8_t data_len
 Length of the sms in buffer.

Detailed Description

Buffer structure for sms.

Field Documentation

◆ data

char sim7080_sms::data[160+1]

Buffered sms.

◆ data_len

uint8_t sim7080_sms::data_len

Length of the sms in buffer.

◆ day

uint8_t sim7080_sms::day

Day of the month.

◆ first_octet

uint8_t sim7080_sms::first_octet

First octet of the sms.

◆ hour

uint8_t sim7080_sms::hour

Hour of the day.

◆ index

uint16_t sim7080_sms::index

Index of the sms in memory.

◆ minute

uint8_t sim7080_sms::minute

Minute.

◆ month

uint8_t sim7080_sms::month

Month of the year.

◆ second

uint8_t sim7080_sms::second

Second.

◆ stat

enum sim7080_sms_stat sim7080_sms::stat

Status of the sms in memory.

◆ [struct]

struct { ... } sim7080_sms::time

Time the sms was received.

◆ timezone

uint8_t sim7080_sms::timezone

Current timezone.

◆ tp_pid

uint8_t sim7080_sms::tp_pid

Message protocol identifier.

◆ year

uint8_t sim7080_sms::year

Current Year.


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