OpenDOF Project
DOFCredentials DOFConnectionState_GetCredentials ( const DOFConnectionState  self)

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

This represents the identity of the local node. This is usually the same as the DOFCredentials in the DOFConnectionConfig, but can be different if the connection were opened in a remote domain.

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 local node on the connection.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22