fsPlannedRouteUnregisterForBroadcast

Unregisters a callback for route broadcast from the EFB.

 

Syntax
bool fsPlannedRouteUnegisterForBroadcast(
  fsPlannedRouteBroadcastCallback 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