1.2.4.25 DLL_IB_VALUE Struct

C

typedef struct
{
    uint8_t length;
    uint8_t value[DLL_IB_MAX_VALUE_LENGTH];
} DLL_IB_VALUE;

Summary

Defines the fields of an IB Value object.

Description

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

Remarks

None.