1.2.5.41 ADP_SET_CFM_PARAMS Struct

C

typedef struct
{
    /* The identifier of the IB attribute to set */
    uint32_t attributeId;
    /* The index within the table of the specified IB attribute */
    uint16_t attributeIndex;
    /* The status of the set request */
    uint8_t status;
} ADP_SET_CFM_PARAMS;

Description

This data type defines the structure of a Set Confirm callback. It is returned by the ADP_SET_CFM_CALLBACK function to indicate the Set result.

Field description:

  • attributeId: The identifier of the IB attribute to set. See ADP_PIB_ATTRIBUTE.
  • attributeIndex: The index within the table of the specified IB attribute.
  • status: The result of the set request.

Remarks

None.