nn::uds::CTR::GetConnectionStatus Function

Syntax

nn::Result GetConnectionStatus(
     ConnectionStatus * pStatus
);

Arguments

Name Description
out pStatus The current connection state.

Return Values

Returns the function's execution result. Returns one of the Result values listed below.
Value Description
ResultSuccess Process was successful.
ResultNotInitialized The library is not initialized. Execute the nn::uds::Initialize function.
A value other than the above. Failed for reasons other than those given above.

Description

Returns the current connection status.

Revision History

2010/10/15
Expanded the information on the return values. Revised the Description to make it easier to understand.
2010/06/14
Initial version.

CONFIDENTIAL