Unregisters a callback for EFB route request.

 

Syntax
bool fsPlannedRouteUnregisterForRequest(
  fsPlannedRouteRequestCallback callback,
)

 

Parameters
ParameterDescriptionType
callbackThe callback to unregister.Callback

 

Return Values

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

  

Remarks

N/A