3.2.37 ScanResultList_t Union

C

typedef union {
    uint8_t edValue[5];
    WPAN_Pandescriptor_t wpanPanDesc;
} ScanResultList_t;

Summary

In order to allow proper alignment of members of the PAN descriptor list in the scan confirm for non 8-bit platforms (such as ARM), the variable portion of scan confirm at the end of the primitive needs to be aligned to at list of WPAN_Pandescriptor_t.This has no impact for 8-bit platforms

Description

None

Remarks

None