LowLevel_CPSetElement Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
LowLevel_CPSetElement Function
C
static void LowLevel_CPSetElement(
    UINT8 CpId, 
    UINT8 elementId, 
    UINT8 * p_elementData, 
    UINT8 elementDataLength
);
Description

LOCAL FUNCTION PROTOTYPES 

All Connection Profile 'Set Element' functions call this function to construct the management message. The caller must fix up any endian issues prior to calling this function.

Preconditions

MACInit must be called first.

Parameters
Parameters 
Description 
CpId 
Connection Profile ID 
elementId 
Element that is being set 
p_elementData 
Pointer to element data 
elementDataLength 
Number of bytes pointed to by p_elementData 
Returns

None.

Remarks

None.

Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.