- Added handling to WritePropertyMultiple.

- Added encode_tagged_enumerated function.
This commit is contained in:
k001a
2011-06-08 21:51:15 +00:00
parent 6a14f8f93a
commit a16a8f041b
7 changed files with 288 additions and 0 deletions
+6
View File
@@ -118,6 +118,12 @@ extern "C" {
BACNET_ADDRESS * src,
BACNET_CONFIRMED_SERVICE_DATA * service_data);
void handler_write_property_multiple(
uint8_t * service_request,
uint16_t service_len,
BACNET_ADDRESS * src,
BACNET_CONFIRMED_SERVICE_DATA * service_data);
bool WPValidateString(
BACNET_APPLICATION_DATA_VALUE * pValue,
int iMaxLen,