Updated BACnet protocol revision constants.

This commit is contained in:
skarg
2010-06-14 15:56:29 +00:00
parent 06f872c92d
commit 70381c8b84
4 changed files with 14 additions and 8 deletions
+2 -2
View File
@@ -536,13 +536,13 @@ uint16_t Device_Vendor_Identifier(
uint8_t Device_Protocol_Version(
void)
{
return 1;
return BACNET_PROTOCOL_VERSION;
}
uint8_t Device_Protocol_Revision(
void)
{
return 5;
return BACNET_PROTOCOL_REVISION;
}
BACNET_SEGMENTATION Device_Segmentation_Supported(