OpenDOF Project
boolean(* DTLTransport::IsConnectionConfigEqual)(DTLTransport transport, uint32 size, const void *config1, const void *config2)

Report if two Transport DTLConnectionConfigs are equal.

This callback may be NULL if PCRMem_Compare is sufficient to determine equality.

Parameters
transportThe Transport. This parameter must not be NULL.
sizeThe size in bytes of the configs. This parameter must not be NULL.
config1The first DTLConnectionConfig to compare. Must not be NULL and must be associated with transport.
config2The second DTLConnectionConfig to compare. Must not be NULL and must be associated with transport.
Return values
TRUEThe two ConnectionConfigs are equivalent.
FALSEThe two ConnectionConfigs are different, or either ConnectionConfig has an associated transport different than transport.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22