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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user