Added function bacapp_encode_datetime(), needed for new DateTime object's Present_Value.

This commit is contained in:
tbrennan3
2010-06-02 17:43:13 +00:00
parent a2a37d9385
commit 5c21bc2192
2 changed files with 24 additions and 4 deletions
+4
View File
@@ -140,6 +140,10 @@ extern "C" {
void datetime_time_wildcard_set(
BACNET_TIME * btime);
int bacapp_encode_datetime(
uint8_t * apdu,
BACNET_DATE_TIME * value);
int bacapp_encode_context_datetime(
uint8_t * apdu,
uint8_t tag_number,