Network_Port_Description declared but not implemented.
Brought to you by:
skarg
Hi,
Network_Port_Description and Network_Port_Description_Set are declared but not implemented.
BACNET_STACK_EXPORT
char *Network_Port_Description(
uint32_t instance);
BACNET_STACK_EXPORT
bool Network_Port_Description_Set(
uint32_t instance,
char *new_name);
Anonymous
Added Description property into the basic network port example.