Fixed BACnetHostNPort known property decoding. (#700)
* Fixed BACnetHostNPort known property decoding. * Added BDT-Entry and FDT-Entry to BACapp for known property encoding/decoding.
This commit is contained in:
@@ -135,6 +135,12 @@ typedef struct BACnet_Application_Data_Value {
|
||||
#endif
|
||||
#if defined (BACAPP_SPECIAL_EVENT)
|
||||
BACNET_SPECIAL_EVENT Special_Event;
|
||||
#endif
|
||||
#if defined (BACAPP_BDT_ENTRY)
|
||||
BACNET_BDT_ENTRY BDT_Entry;
|
||||
#endif
|
||||
#if defined (BACAPP_FDT_ENTRY)
|
||||
BACNET_FDT_ENTRY FDT_Entry;
|
||||
#endif
|
||||
} type;
|
||||
/* simple linked list if needed */
|
||||
|
||||
Reference in New Issue
Block a user