OpenDOF Project
void(* DTLTransport::AddressDestroy)(DTLTransport transport, uint32 size, const void *addr)

Destroyer function for an address.

This callback is used to notify the transport (or address creator) that the address is being destroyed. This allows the transport to clean up the address, if necessary. The data was originally copied into the DOFAddress and will be freed after this call completes. However, since the copy was only a shallow copy of the data, the transport may need to perform a deeper free/release of its held resources.

This callback may be NULL if no action is needed to free the address data.

Parameters
transportThe Transport. This parameter will never be NULL.
sizeThe size of the addr information.
addrThe address data. This parameter will never be NULL.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22