Modified WriteProperty handler to handle context-specific, application, and constructed data. Fixed up all the demos to use new API.
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
#include "bacstr.h"
|
||||
|
||||
typedef struct BACnet_Application_Data_Value {
|
||||
uint8_t tag;
|
||||
uint8_t tag; /* application or context-specific number */
|
||||
union {
|
||||
/* NULL - not needed as it is encoded in the tag alone */
|
||||
bool Boolean;
|
||||
|
||||
Reference in New Issue
Block a user