Feature/bacnet secure connect hub (#818)
* Added BACnet Secure Connect datalink. * Added BACnet/SC hub application --------- Co-authored-by: Kirill Neznamov <kirill.neznamov@dsr-corporation.com> Co-authored-by: Mikhail Antropov <michail.antropov@dsr-corporation.com> Co-authored-by: Ondřej Hruška <ondra@ondrovo.com> Co-authored-by: Patrick Grimm <patrick@lunatiki.de>
This commit is contained in:
+3
-1
@@ -148,7 +148,9 @@ typedef uint32_t BACNET_ARRAY_INDEX;
|
||||
Ethernet = 6 bytes
|
||||
BACnet/IPv4 = 6 bytes
|
||||
LonTalk = 7 bytes
|
||||
BACnet/IPv6 = 3 bytes (VMAC) */
|
||||
BACnet/IPv6 = 3 bytes (VMAC)
|
||||
BACnet/SC = 6 bytes (VMAC)
|
||||
*/
|
||||
#define MAX_MAC_LEN 7
|
||||
|
||||
struct BACnet_Device_Address {
|
||||
|
||||
Reference in New Issue
Block a user