The following SimConnect functions are general in nature and essential for using SimConnect. For a list of other functions please see the SimConnect API Reference.

 

FunctionDescription
DispatchProcWritten by the developer of the SimConnect client, as a callback function to handle all the communications with the server
SimConnect_OpenUsed to send a request to the Flight Simulator server to open up communications with a new client.
SimConnect_CloseUsed to request that the communication with the server is ended.
SimConnect_CallDispatchUsed to process the next SimConnect message received through the specified callback function.
SimConnect_GetNextDispatchUsed to process the next SimConnect message received, without the use of a callback function.
SimConnect_RequestSystemStateUsed to request information from a number of Flight Simulator system components.
SimConnect_SetNotificationGroupPriorityUsed to set the priority of a notification group.
SimConnect_ExecuteActionUsed to call an XML action with a variable number of parameters. Available actions are listed here: SimConnect Actions

 

 

System Events

FunctionDescription
SimConnect_SubscribeToSystemEventUsed to request that a specific system event is notified to the client.
SimConnect_SetSystemEventStateUsed to turn requests for event information from the server on and off.
SimConnect_UnsubscribeFromSystemEventUsed to request that notifications are no longer received for the specified system event.

 

0/255