nn::ac::CTR::CreateDefaultConfig Function

Syntax

Result CreateDefaultConfig(
     Config * config
);

Parameters

Name Description
out config Instance of connection conditions.

Return Values

The result.

Value Description
Result::IsSuccess Completed without error.
ResultInvalidData NULL was specified as an argument.
A value other than the above. Failed for reasons other than those given above.

Description

Creates general connection conditions.

Normally the application passes the allocated config to this function, so specify this unchanged in the arguments to the Connect function. The config format may change in a future system update. Avoid any coding that would change its content.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL