refactored send-read-property to allow the request using a BACnet-Address.

This commit is contained in:
skarg
2012-08-02 20:25:43 +00:00
parent f8d5ad0dfe
commit 2f21b3e352
2 changed files with 98 additions and 54 deletions
+7
View File
@@ -114,6 +114,13 @@ extern "C" {
/* returns the invoke ID for confirmed request, or 0 if failed */
uint8_t Send_Read_Property_Request_Address(
BACNET_ADDRESS *dest,
uint16_t max_apdu,
BACNET_OBJECT_TYPE object_type,
uint32_t object_instance,
BACNET_PROPERTY_ID object_property,
uint32_t array_index);
uint8_t Send_Read_Property_Request(
uint32_t device_id, /* destination device */
BACNET_OBJECT_TYPE object_type,