BACnetSrvcGetMacAddressesFromHandle (FUN)ΒΆ

FUNCTION BACnetSrvcGetMacAddressesFromHandle : IEC_BACNET_STATUS

Returns the source and destination BACnet MAC addresses from an valid BACnet transaction.

Returns the source and destination BACnet MAC addresses from an valid BACnet transaction. If the handle is not valid an error will be returned.

Return: IEC_BACNET_STATUS

InOut:

Scope

Name

Type

Comment

Return

BACnetSrvcGetMacAddressesFromHandle

IEC_BACNET_STATUS

Input

pTransactionToken

POINTER TO BACnetAsyncTransactionToken

Transaction token of the asynchronous call - see BACnetAsyncTransactionToken.

pSourceAddr

POINTER TO IEC_BACNET_ADDRESS

A pointer to the memory provided by the application to store the source address from the transaction.

pDestAddr

POINTER TO IEC_BACNET_ADDRESS

A pointer to the memory provided by the application to store the destination address from the transaction.