nn::uds::CTR::GetConnectionStatus Functionnn::Result GetConnectionStatus( ConnectionStatus * pStatus );
| Name | Description | |
|---|---|---|
| out | pStatus | The current connection state. |
Result values listed below. | Value | Description |
|---|---|
Result::IsSuccess |
Process was successful. |
ResultNotInitialized |
The library is not initialized. Execute the Initialize function. |
| A value other than the above | Failed for reasons other than those given above. |
Returns the current connection status.
It is all right to only call this function when a status-change notification event obtained by the Initialize function is signaled.
Initialize in Return Values.CONFIDENTIAL