nn::uds::CTR::Finalize Function

Syntax

void Finalize();

Arguments

None.

Return Values

None.

Description

Finalizes the UDS library. After executing, other communication features become usable.

The receive buffer specified by the Initialize function can be accessed from the application after this function's execution completes.

The events received by the Initialize function that notify of connection status updates are finalized here.

Revision History

2010/10/15
Revised the Description to make it easier to understand.
2010/09/27
Noted that the receiveBuffer specified by the Initialize function becomes accessible after this function completes.
2010/06/14
Initial version.

CONFIDENTIAL