1.3.2.3.50 MAC_WRP_PIB_VALUE Struct

C

typedef struct
{
    uint8_t length;
    uint8_t value[MAC_WRP_PIB_MAX_VALUE_LENGTH];
} MAC_WRP_PIB_VALUE;

Summary

Defines the fields of a PIB Value object.

Description

This structure contains the fields which define a PIB Value object, which contains information of its length and the value itself coded into an 8-bit array format.

Field description:

  • length. Length, in number of bytes, of the PIB.

  • value. The PIB value, stored in an 8-bit array format.

Remarks

None.