adding BBMD support.

This commit is contained in:
skarg
2006-04-20 21:13:53 +00:00
parent 10b7a42b58
commit 23a00b7676
4 changed files with 106 additions and 19 deletions
+3 -1
View File
@@ -40,10 +40,12 @@
#include "bacdef.h"
#include "net.h"
/* specific defines for Ethernet */
/* specific defines for BACnet/IP over Ethernet */
#define MAX_HEADER (1 + 1 + 2)
#define MAX_MPDU (MAX_HEADER+MAX_PDU)
#define BVLL_TYPE_BACNET_IP (0x81)
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */