ISimConnectWrapper Interface |
Namespace: VirtualRadar.Interface.FlightSimulatorX
The ISimConnectWrapper type exposes the following members.
Name | Description | |
---|---|---|
IsInstalled |
Gets a value that indicates that SimConnect is installed and we were able to successfully make a null call on it without getting an exception.
| |
UnusedValue |
Gets the value to pass for parameters that are not used - wraps SimConnect.SIMCONNECT_UNUSED.
|
Name | Description | |
---|---|---|
AddClientEventToNotificationGroup |
Wraps a call to SimConnect.AddClientEventToNotificationGroup.
| |
AddToDataDefinition |
Wraps a call to SimConnect.AddToDataDefinition.
| |
CreateSimConnect |
Wraps a call to create the SimConnect object.
| |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
MapClientEventToSimEvent |
Wraps a call to SimConnect.MapClientEventToSimEvent.
| |
ReceiveMessage |
Wraps a call to SimConnect.ReceiveMessage.
| |
RegisterDataDefineStructT |
Wraps a call to SimConnect.RegisterDataDefineStruct.
| |
RequestDataOnSimObjectType |
Wraps a call to SimConnect.RequestDataOnSimObjectType.
| |
SetDataOnSimObject |
Wraps a call to SetDataOnSimObject.
| |
SetSystemEventState |
Wraps a call to SimConnect.SetSystemEventState.
| |
SubscribeToSystemEvent |
Wraps a call to SimConnect.SubscribeToSystemEvent.
| |
TransmitClientEvent |
Wraps a call to SimConnect.TransmitClientEvent.
|
Name | Description | |
---|---|---|
EventObserved |
Raised when SimConnect detects that an event has taken place within Flight Simulator.
| |
ExceptionRaised |
Raised when SimConnect throws an exception.
| |
ObjectReceived |
Raised when SimConnect returns information about an object that was previously requested.
| |
UserHasQuit |
Raised when the user quits Flight Simulator.
|