Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
ocpp_tls_credentials Struct Reference

TLS credentials information of the central system (CS). More...

#include <zephyr/net/ocpp.h>

Data Fields

const sec_tag_tsec_tag_list
 TLS Sec tag list.
char * tls_hostname
 TLS Hostname.
size_t sec_tag_list_size
 Size of TLS Sec tag list.
size_t tls_hostname_size
 Size of TLS Hostname.

Detailed Description

TLS credentials information of the central system (CS).

Field Documentation

◆ sec_tag_list

const sec_tag_t* ocpp_tls_credentials::sec_tag_list

TLS Sec tag list.

◆ sec_tag_list_size

size_t ocpp_tls_credentials::sec_tag_list_size

Size of TLS Sec tag list.

◆ tls_hostname

char* ocpp_tls_credentials::tls_hostname

TLS Hostname.

◆ tls_hostname_size

size_t ocpp_tls_credentials::tls_hostname_size

Size of TLS Hostname.


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