mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-06 01:48:37 +02:00
icsneolegacy: Implemented get() and set() RTC functions
This commit is contained in:
@@ -2442,6 +2442,16 @@ typedef struct
|
||||
uint8_t bIPV4_Address[4]; // The Ipv4 address assigned to the Network interface. If not available, all bytes are set to zero.
|
||||
} NETWORK_ADAPTER_INFO;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
unsigned char sec;// --- Seconds (00-59)
|
||||
unsigned char min;// --- (00-59)
|
||||
unsigned char hour;// --- (00-23)
|
||||
unsigned char day;// --- (01-31)
|
||||
unsigned char month;// --- (01-12)
|
||||
unsigned char year;// --- (00-99)
|
||||
} icsSpyTime;
|
||||
|
||||
#ifndef INTREPID_NO_CHECK_STRUCT_SIZE
|
||||
|
||||
#if defined(__cplusplus) && (__cplusplus > 199711L)
|
||||
|
||||
Reference in New Issue
Block a user