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
BACnetSrvcGetMacAddressesFromHandleInput
pTransactionTokenPOINTER TO BACnetAsyncTransactionToken
Transaction token of the asynchronous call - see BACnetAsyncTransactionToken.
pSourceAddrPOINTER TO IEC_BACNET_ADDRESS
A pointer to the memory provided by the application to store the source address from the transaction.
pDestAddrPOINTER TO IEC_BACNET_ADDRESS
A pointer to the memory provided by the application to store the destination address from the transaction.