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: DOFRouteInfoThe routing information for the specified objectID and interfaceID, or null if not found.
Remarks
See Also