OpenDOF Project
DOFCredentials DOFConnectionState_GetPeerCredentials ( const DOFConnectionState  self)

Return the DOFCredentials used by the peer node for authentication of the connection.

This represents the identity of the peer.

Lifecycle
The data returned is owned by the DOFConnectionState and is only valid as long as the DOFConnectionState remains valid. It must not be destroyed individually.

This is only valid while the Connection is connected.

Parameters
selfThe Connection State. This must not be NULL.
Returns
The DOFCredentials used to authenticate the peer node on the connection.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22