C
void WF_CASetElements( tWFCAElements * p_elements );
Description
Connection Algorithm Functions
Sends a message to the MRF24W which sets all the Connection Algorithm elements.
Preconditions
MACInit must be called first.
Parameters
Parameters |
Description |
p_elements |
Pointer to the input structure (tWFCAElements) containing the connection algorithm elements. |
Returns
None
Remarks
None