nn::uds::CTR::GetChannel Functionnn::Result GetChannel( u8 * pChannel );
| Name | Description | |
|---|---|---|
| out | pChannel | Returns the channel. |
Result values listed below. | Value | Description |
|---|---|
Result::IsSuccess |
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. |
Gets the current channel.
CONFIDENTIAL