EL4121 Embedded System / mbed-os

Dependents:   cobaLCDJoyMotor_Thread odometry_omni_3roda_v3 odometry_omni_3roda_v1 odometry_omni_3roda_v2 ... more

Embed: (wiki syntax)

« Back to documentation index

neighbor_keypair_components_s Struct Reference

neighbor_keypair_components_s Struct Reference

Security Key pair component table info structure. More...

#include <neighbor_table_definition.h>

Data Fields

neighbor_keypair_info_s key_pair_table [NEIGH_MAX_KEY_TABLE_SIZE]
uint8_t default_ptr

Detailed Description

Security Key pair component table info structure.

Definition at line 117 of file neighbor_table_definition.h.


Field Documentation

uint8_t default_ptr

Indicate primary entry 0 or 1

Definition at line 119 of file neighbor_table_definition.h.

neighbor_keypair_info_s key_pair_table[NEIGH_MAX_KEY_TABLE_SIZE]

Security Key pair component table

Definition at line 118 of file neighbor_table_definition.h.