1.2.5.30 ADP_GetRequest Function

C

void ADP_GetRequest (
    uint32_t attributeId,
    uint16_t attributeIndex
);

Summary

This primitive gets the value of an attribute from the ADP information base.

Description

The ADP Get Request primitive allows the upper layer to get the value of an attribute from the ADP information base. Result is provided in the corresponding ADP Get Confirm callback.

Parameters

ParamDescription
attributeIdThe identifier of the ADP IB attribute to read. See ADP_PIB_ATTRIBUTE
attributeIndexThe index within the table of the specified IB attribute to read

Returns

None.

Example

ADP_GetRequest(ADP_IB_SOFT_VERSION, 0);
// Wait for Get Confirm

Remarks

None.