OpenDOF Project
boolean(* DTLConnection::IsSecure)(DTLConnection connection)

Report whether or not the connection is inherently secure.

Data sent to and received from a secure connection is not required to be encrypted nor authenticated by the OAL to maintain its security (it is assumed the transport is encrypting and validating the data).

This callback must not be NULL.

Parameters
connectionThe connection. This parameter must not be NULL.
Return values
TRUEThe connection is guaranteed by the transport to be secure.
FALSEThe connection is not or may not be secure.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22