This method is called when a route changes in the system (a Provide PDU is received).
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
void routeStatus( DOFSystem system, DOFRouteInfo routeInfo, DOFRouteInfoState reason )
Parameters
- system
- Type: org.opendof.core.oalDOFSystem
The system that the listener was added on. This will never be null. - routeInfo
- Type: org.opendof.core.oalDOFRouteInfo
Information about the route to the provider. This will never be null. - reason
- Type: org.opendof.core.oalDOFRouteInfoState
The reason for the update. This will never be null.
Remarks
See Also