OpenDOF Project
boolean(* DTLConnection::DTLConnectionFns_t::IsPointToPoint)(DTLConnection connection)

Report whether or not the connection is point-to-point.

Point-to-point connections have a peer address that represents a single node in the network. A connection that has a peer address representing a group of nodes (e.g., multicast or broadcast) is not point-to-point (it may be referred to as point-to-multipoint).

This callback must not be NULL.

Parameters
connectionThe connection. This parameter must not be NULL.
Return values
TRUEThe connection is point-to-point.
FALSEThe connection is not point-to-point.
core-c-dof-oal Version 7.1.7 Build 0
2017-10-31