2.2.1.1.6 p_rt_versions_supported_t
The p_rt_versions_supported_t structure contains a list of the run-time protocol versions supported by the server, as specified in [C706].
-
typedef struct _p_rt_versions_supported_t { unsigned char n_protocols; [size_is(n_protocols)] version_t p_protocols[]; } p_rt_versions_supported_t, *Pp_rt_versions_supported_t;
n_protocols: The number of protocols.
p_protocols: An array of version_t structures specifying major and minor protocol versions.