C
void WF_CAGetElements( tWFCAElements * p_elements );
Description
Sends a message to the MRF24W which requests all the Connection Algorithm elements.
Preconditions
MACInit must be called first.
Parameters
Parameters |
Description |
p_elements |
Pointer to the output structure (tWFCAElements) where the connection algorithm elements are written. |
Returns
None
Remarks
None