fsPlannedRouteRespondToRequest

Responds to an EFB route request.

 

Syntax
bool fsPlannedRouteUnregisterForRequest(
  FsRouteRequestId id,
  FsPlannedRoute* route
)

 

Parameters
Parameter Description Type
id The ID of the request that is being responded to. Integer
route The 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.