nn::ir::CTR::Communicator::Finalize Member Function

Syntax

static Result Finalize(
     void
);

Parameters

None.

Return Values

Returns the function's execution result. Returns one of the Result values listed below.

Value Description
Result::IsSuccess Process was successful.
ResultNotInitialized The IR library was called in the uninitialized state.

Description

Finalizes the IR library.

Returns an error if the Initialize function has not been called.

Revision History

2011/08/30
Initial version.

CONFIDENTIAL