From 2a9cea02be39eab4fdc164be4256ced8ec2bb1a0 Mon Sep 17 00:00:00 2001 From: skarg Date: Fri, 6 Jan 2006 13:19:33 +0000 Subject: [PATCH] commented out the read properties actions so that by default it only acts like a simple server. --- bacnet-stack/ports/win32/main.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bacnet-stack/ports/win32/main.c b/bacnet-stack/ports/win32/main.c index 57c90267..c0c16f4d 100644 --- a/bacnet-stack/ports/win32/main.c +++ b/bacnet-stack/ports/win32/main.c @@ -237,7 +237,7 @@ int main(int argc, char *argv[]) (void)argc; (void)argv; Device_Set_Object_Instance_Number(124); -Init_Service_Handlers(); + Init_Service_Handlers(); // init the data link layer /* configure standard BACnet/IP port */ bip_set_port(0xBAC0); @@ -281,7 +281,9 @@ Init_Service_Handlers(); Send_WhoIs(); } else - Read_Properties(); + { + //Read_Properties(); + } // output