Merged revision(s) 2927 from branches/releases/bacnet-stack-0-8-0:

Added some function prototypes for some BACnet objects for Create/Delete/Cleanup.  
........
This commit is contained in:
skarg
2015-11-25 20:52:48 +00:00
parent b5631570e6
commit da52bb46cc
6 changed files with 40 additions and 6 deletions
+6
View File
@@ -127,6 +127,12 @@ extern "C" {
bool Binary_Value_Polarity_Set(
uint32_t object_instance,
BACNET_POLARITY polarity);
bool Binary_Value_Create(
uint32_t object_instance);
bool Binary_Value_Delete(
uint32_t object_instance);
void Binary_Value_Cleanup(
void);
#ifdef TEST
#include "ctest.h"