nn::uds::CTR::Finalize Functionvoid Finalize();
None.
Finalizes the UDS library. After executing, other communication features become usable.
This releases the communication device held by the Initialize function. Once this function has finished running, applications can access the receive buffer specified to the Initialize function. The event received by the Initialize function, used to send notifications of connection status updates, is finalized here. Each endpoint is destroyed if it hasn't been already. The buffer allocated by the Attach function is released.
This function is thread-unsafe.
Attach function is released.endpoint that has not been destroyed will be destroyed.Initialize function becomes accessible after this function completes.CONFIDENTIAL