C
static void LowLevel_CASetElement( UINT8 elementId, UINT8 * p_elementData, UINT8 elementDataLength );
Description
LOCAL FUNCTION PROTOTYPES
Low-level function to send the appropriate management message to the MRF24W to set the Connection Algorithm element.
Preconditions
MACInit must be called first.
Parameters
Parameters |
Description |
elementId |
Element that is being set |
p_elementData |
Pointer to element data |
elementDataLength |
Number of bytes pointed to by p_elementData |
Returns
None.
Remarks
All Connection Algorithm 'Set Element' functions call this function to construct the management message. The caller must fix up any endian issues prior to calling this function.