C
void WF_SetRegionalDomain( UINT8 regionalDomain );
Description
see tWFRegDomain enumerated types
MRF24W is programmed with FCC regional domain as default. To cater for other regional domains, use WF_CASetChannelList() to set up specific channels.
Preconditions
MACInit must be called first. This function must not be called while in a connected state.
Parameters
Parameters |
Description |
regionalDomain |
Value to set the regional domain to |
Returns
None.
Remarks
None.