Unregisters a callback for route broadcast from the EFB.

 

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