1.2.5.4.3 PCRC_HEADER_TYPE Enum

C

typedef enum 
{
    PCRC_HT_GENERIC = 0, /* PRIME Generic Packet type */
    PCRC_HT_PROMOTION = 1, /* PRIME Promotion Packet type */
    PCRC_HT_BEACON = 2, /* PRIME Beacon Packet type */
    PCRC_HT_USI = 3 /* USI Packet type */
}PCRC_HEADER_TYPE;

Summary

List of packet types to enforce rules for CRC calculation.

Description

The list of all header types supported by PRIME spec and an specific type to use with USI service.