1.4.3.26 MMHI_MIB_ENCRYPTION_KEYS Struct

C

typedef struct
{
    /* Write Key */
    uint8_t keyW[16];
    /* Read Key */
    uint8_t keyR[16];

} MMHI_MIB_ENCRYPTION_KEYS;

Summary

Defines the Write and Read Keys for encryption.

Description

Defines the object to write through MIB_MIB_ID_ENCRYPTION_KEYS object.

Remarks

This object is Write-only.