Issues/issue 787 app bacepics misses optional parameters for the device object (#789)

* Added some optional properties into the object property lists up to protocol-revision 22

* Added serial-number property to basic device object example.
This commit is contained in:
Steve Karg
2024-09-27 16:22:58 -05:00
committed by GitHub
parent 3eee88dd31
commit 7b18add6d3
5 changed files with 479 additions and 110 deletions
+5
View File
@@ -346,6 +346,11 @@ const char *Device_Location(void);
BACNET_STACK_EXPORT
bool Device_Set_Location(const char *name, size_t length);
BACNET_STACK_EXPORT
const char *Device_Serial_Number(void);
BACNET_STACK_EXPORT
bool Device_Serial_Number_Set(const char *name, size_t length);
/* some stack-centric constant values - no set methods */
BACNET_STACK_EXPORT
uint8_t Device_Protocol_Version(void);