netxduo
NX_SECURE_VERSIONS_LIST
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_SECURE_VERSIONS_LIST
NX_SECURE_VERSIONS_LIST struct
Syntax
Show:
Summary
Declaration
from
nx_secure_tls.h:442
typedef
struct
NX_SECURE_VERSIONS_LIST_STRUCT
{
const
NX_SECURE_TLS_VERSIONS
*
nx_secure_versions_list
;
UINT
nx_secure_versions_list_count
;
}
NX_SECURE_VERSIONS_LIST
;
Fields
Field
Declared as
NX_SECURE_VERSIONS_LIST_STRUCT::nx_secure_versions_list
const
NX_SECURE_TLS_VERSIONS
*
NX_SECURE_VERSIONS_LIST_STRUCT::nx_secure_versions_list_count
UINT
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
NX_SECURE_VERSIONS_LIST_STRUCT
nx_secure_tls.h:442
}
NX_SECURE_VERSIONS_LIST
;
nx_secure_tls.h:446
NX_SECURE_VERSIONS_LIST
NX_SECURE_VERSIONS_LIST
nx_secure_supported_versions_list
[
]
=
nx_secure_tls_check_protocol_version.c:50
extern
const
NX_SECURE_VERSIONS_LIST
nx_secure_supported_versions_list
[
]
;
nx_secure_tls_newest_supported_version.c:28
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Instance
Scope
Location
Project
nx_secure_supported_versions_list
nx_secure_tls_check_protocol_version.c:50
Lifecycle
from
examples
All items filtered out
All items filtered out