refactored the BACnet/IP for each of the ports

This commit is contained in:
skarg
2005-08-12 15:44:42 +00:00
parent 81ce0fef85
commit bc21625461
14 changed files with 373 additions and 440 deletions
+1 -2
View File
@@ -258,7 +258,6 @@ void ReadPropertyHandler(
BACNET_READ_PROPERTY_DATA data;
int len = 0;
int pdu_len = 0;
uint32_t object_instance;
BACNET_ADDRESS my_address;
bool send = false;
bool error = false;
@@ -399,7 +398,7 @@ void ReadPropertyHandler(
error = true;
break;
case OBJECT_FILE:
if (bacfile_valid_instance(object_instance))
if (bacfile_valid_instance(data.object_instance))
{
len = bacfile_encode_property_apdu(
&Temp_Buf[0],