MegaWiFi 1.5
MegaWiFi API documentation
mw_msg_date_time Struct Reference

Date and time message. More...

#include <mw-msg.h>

Data Fields

uint32_t dt_bin [2]
 
char dt_str [MW_CMD_MAX_BUFLEN - sizeof(uint64_t)]
 Date and time in textual format. More...
 

Detailed Description

Date and time message.

Definition at line 184 of file mw-msg.h.

Field Documentation

◆ dt_bin

uint32_t mw_msg_date_time::dt_bin[2]

Number of seconds since Epoch (64-bit)

Definition at line 185 of file mw-msg.h.

◆ dt_str

char mw_msg_date_time::dt_str[MW_CMD_MAX_BUFLEN - sizeof(uint64_t)]

Date and time in textual format.

Definition at line 187 of file mw-msg.h.


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