OpenDOF Project
uint32(* DOFAuthenticatorNode::DOFAuthenticatorNodeFns_t::GetSourceIdentifier)(DOFAuthenticatorNode self)

Gets this node's unique, numeric source identifier.

Every node must have a unique numerical identifier, which can be used in some circumstances as a shortened alias for the node's authentication identity. This value is combined with other unique information to produce a DOFObjectIDSource for use by the node, if needed.

Parameters
selfThe DOFAuthenticatorNode object. This must not be NULL.
Returns
The unique, numeric source identity of the node.
core-c-dof-oal Version 7.1.7 Build 0
2017-10-31