WF_CASetChannelList Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
WF_CASetChannelList Function
C
void WF_CASetChannelList(
    UINT8 * p_channelList, 
    UINT8 numChannels
);
Description

Sets the Channel List used by the Connection Algorithm. MRF24W is programmed with channel 1 to 11 as default.

Preconditions

MACInit must be called first.

Parameters
Parameters 
Description 
p_channelList 
Pointer to channel list. 
numChannels 
Number of channels in p_channelList. If set to 0, the MRF24W will use all valid channels for the current regional domain. 
Returns

None.

Remarks

None.

Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.