fsPlannedRouteUnregisterForRequest

Unregisters a callback for EFB route request.

 

Syntax
bool fsPlannedRouteUnregisterForRequest(
  fsPlannedRouteRequestCallback callback,
)

 

Parameters
Parameter Description Type
callback The callback to unregister. Callback

 

Return Values

The function will return a bool indicating if the call was successful.

  

Remarks

N/A