Added host_n_port_context_decode function.

This commit is contained in:
Steve Karg
2024-04-23 11:26:20 -05:00
parent de6287bedb
commit 1aaebe9414
3 changed files with 64 additions and 10 deletions
+6
View File
@@ -61,6 +61,12 @@ extern "C" {
BACNET_ERROR_CODE *error_code,
BACNET_HOST_N_PORT *address);
BACNET_STACK_EXPORT
int host_n_port_context_decode(uint8_t *apdu,
uint32_t apdu_size,
uint8_t tag_number,
BACNET_ERROR_CODE *error_code,
BACNET_HOST_N_PORT *address);
BACNET_STACK_EXPORT
bool host_n_port_copy(
BACNET_HOST_N_PORT * dst,
BACNET_HOST_N_PORT * src);