Added simpler API to get/set Network Port MSTP MAC address (#653)

This commit is contained in:
Steve Karg
2024-05-24 10:42:07 -05:00
committed by GitHub
parent e84df949ab
commit 7ccde9790f
2 changed files with 61 additions and 0 deletions
+8
View File
@@ -143,6 +143,14 @@ extern "C" {
uint32_t object_instance,
uint16_t value);
BACNET_STACK_EXPORT
uint8_t Network_Port_MSTP_MAC_Address(
uint32_t object_instance);
BACNET_STACK_EXPORT
bool Network_Port_MSTP_MAC_Address_Set(
uint32_t object_instance,
uint8_t value);
BACNET_STACK_EXPORT
uint8_t Network_Port_MSTP_Max_Master(
uint32_t object_instance);