Method
GioDtlsConnectionget_protocol_version
Description
Returns the current DTLS protocol version, which may be
G_TLS_PROTOCOL_VERSION_UNKNOWN
if the connection has not handshaked, or
has been closed, or if the TLS backend has implemented a protocol version
that is not a recognized GTlsProtocolVersion
.
Available since: | 2.70 |
Gets property | Gio.DtlsConnection:protocol-version |
Return value
Returns: | GTlsProtocolVersion |
The current DTLS protocol version. |