DOFSystemgetProviderRoute Method OpenDOF Object Access Library
Return current route information for the best, compatible provider (if any).

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public DOFRouteInfo getProviderRoute(
	DOFObjectID objectID,
	DOFInterfaceID interfaceID
)

Parameters

objectID
Type: org.opendof.core.oalDOFObjectID
The object identifier. This must not be null and should not be the Broadcast ID.
interfaceID
Type: org.opendof.core.oalDOFInterfaceID
The interface identifier. This must not be null and should not be the Wildcard ID.

Return Value

Type: DOFRouteInfo
The routing information for the specified objectID and interfaceID, or null if not found.
Remarks

Return current route information for the best, compatible provider (if any).
See Also

Reference