Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of OmniWheels by
arm_certificate_chain_entry_s Struct Reference
Certificate chain structure. More...
#include <net_interface.h>
Data Fields | |
| uint8_t | chain_length | 
| Certificate chain length, indicates the chain length.   | |
| const uint8_t * | cert_chain [4] | 
| Certificate chain pointer list.   | |
| uint16_t | cert_len [4] | 
| Certificate length.   | |
| const uint8_t * | key_chain [4] | 
| Certificate private key.   | |
Detailed Description
Certificate chain structure.
Definition at line 230 of file net_interface.h.
Field Documentation
| const uint8_t* cert_chain[4] | 
Certificate chain pointer list.
Definition at line 232 of file net_interface.h.
| uint16_t cert_len[4] | 
Certificate length.
Definition at line 233 of file net_interface.h.
| uint8_t chain_length | 
Certificate chain length, indicates the chain length.
Definition at line 231 of file net_interface.h.
| const uint8_t* key_chain[4] | 
Certificate private key.
Definition at line 234 of file net_interface.h.
Generated on Fri Jul 22 2022 04:54:11 by
 1.7.2 
    