Created demo for TimeSync service and tested it on Win32.

This commit is contained in:
skarg
2006-02-21 21:54:37 +00:00
parent de4abea3c5
commit 4e5f4a68e4
12 changed files with 659 additions and 18 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ typedef struct BACnet_Date {
uint16_t year; /* AD */
uint8_t month; /* 1=Jan */
uint8_t day; /* 1..31 */
uint8_t wday; /* 1=Monday */
uint8_t wday; /* 1=Monday-7=Sunday */
} BACNET_DATE;
/* time */