MySQL 8.3.0
Source Code Documentation

TLS property. More...

#include <psi_tls_channel_bits.h>

Public Attributes

char channel_name [MAX_CHANNEL_NAME_SIZE+1]
 Channel name. More...
 
char property_name [MAX_PROPERTY_NAME_SIZE+1]
 Property name. More...
 
char property_value [MAX_PROPERTY_VALUE_SIZE+1]
 Property value. More...
 

Detailed Description

TLS property.

Member Data Documentation

◆ channel_name

char TLS_channel_property::channel_name[MAX_CHANNEL_NAME_SIZE+1]

Channel name.

◆ property_name

char TLS_channel_property::property_name[MAX_PROPERTY_NAME_SIZE+1]

Property name.

◆ property_value

char TLS_channel_property::property_value[MAX_PROPERTY_VALUE_SIZE+1]

Property value.


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