nn::uds::CTR::GetChannel Function

Syntax

nn::Result GetChannel(
     u8 * pChannel
);

Arguments

Name Description
out pChannel Returns the channel.

Return Values

Returns the function's execution result. Returns one of the 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.

Description

Gets the current channel.


CONFIDENTIAL