1.2.5.81 LBP_SET_PARAM_CONFIRM 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 result of the set request */ LBP_STATUS status; } LBP_SET_PARAM_CONFIRM;
Summary
Defines the parameters for the result of setting a LBP parameter.
Description
The structure contains the the result of setting a LBP parameter.
Field description:
attributeId. The identifier of the IB attribute to set.
attributeIndex. The index within the table of the specified IB attribute.
status. The result of the set request. See LBP_STATUS.
Remarks
None.