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.