nRF5 SDK for Mesh v5.0.0
Data Fields
serial_cmd_prov_keypair_t Struct Reference

Keypair cmd parameters. More...

#include <serial_cmd.h>

Data Fields

uint8_t private_key [NRF_MESH_ECDH_PRIVATE_KEY_SIZE]
 Private key. More...
 
uint8_t public_key [NRF_MESH_ECDH_PUBLIC_KEY_SIZE]
 Public key. More...
 

Detailed Description

Keypair cmd parameters.

Definition at line 299 of file serial_cmd.h.

Field Documentation

◆ private_key

uint8_t serial_cmd_prov_keypair_t::private_key[NRF_MESH_ECDH_PRIVATE_KEY_SIZE]

Private key.

Definition at line 301 of file serial_cmd.h.

◆ public_key

uint8_t serial_cmd_prov_keypair_t::public_key[NRF_MESH_ECDH_PUBLIC_KEY_SIZE]

Public key.

Definition at line 302 of file serial_cmd.h.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated