OpenDOF Project
DOFObjectIDSource DOFRouteInfo_GetSourceID ( DOFRouteInfo  self)

Get the DOFObjectIDSource representing the source of the provider.

This is not necessarily the actual source ID of the provider; it is merely the source from the limited perspective of the local node within the network. This ID, in combination with the operation count (see DOFRouteInfo_GetOperationCount), uniquely identify a single provider.

Lifecycle
The data returned is owned by the DOFRouteInfo and is only valid as long as the DOFRouteInfo remains valid. It must not be destroyed individually.
Parameters
selfThe Provider Route Information. This must not be NULL.
Returns
The DOFObjectIDSource representing the source of the provider.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22