nn::dlp::CTR::FakeClient::GetChannels Member Function

Syntax

static nn::Result GetChannels(
     bit16 * pChannels
);

Arguments

Name Description
out pChannels Returns the channel bitmap. The least significant bit becomes channel one.

Return Values

The following Results are returned as the result of the operation.

Value Description
ResultSuccess The channel bitmap was successfully obtained.

Description

Returns the channel bitmap that can be used for scanning.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL