Updated vendor name and ID to use the one specified in config.h or DEFINED.

This commit is contained in:
skarg
2007-08-24 00:33:34 +00:00
parent 4c8b5b5262
commit b41f8709d8
6 changed files with 9 additions and 26 deletions
-2
View File
@@ -60,10 +60,8 @@ extern "C" {
void Device_Set_System_Status(BACNET_DEVICE_STATUS status);
const char *Device_Vendor_Name(void);
bool Device_Set_Vendor_Name(const char *name, size_t length);
uint16_t Device_Vendor_Identifier(void);
void Device_Set_Vendor_Identifier(uint16_t vendor_id);
const char *Device_Model_Name(void);
bool Device_Set_Model_Name(const char *name, size_t length);