Responds to an EFB route request.

 

Syntax
bool fsPlannedRouteUnregisterForRequest(
  FsRouteRequestId id,
  FsPlannedRoute* route
)

 

Parameters
ParameterDescriptionType
idThe ID of the request that is being responded to.Integer
routeThe route to respond to the request with (see FsPlannedRoute).Struct

 

Return Values

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

 

Remarks

Only one response should be made to any given request. If multiple responses are made, undefined behavior may occur on the EFB.