nn::uds::CTR::GetConnectionStatus Functionnn::Result GetConnectionStatus( ConnectionStatus * pStatus );
| Name | Description | |
|---|---|---|
| out | pStatus | The current connection state. |
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. |
Returns the current connection status.
CONFIDENTIAL