Interface SimConnectRecvEvents

interface SimConnectRecvEvents {
    actionCallback: ((recvActionCallback) => void);
    airportList: ((recvAirportList) => void);
    assignedObjectID: ((recvAssignedObjectID) => void);
    clientData: ((recvSimObjectData) => void);
    close: (() => void);
    cloudState: ((recvCloudState) => void);
    controllersList: ((recvControllersList) => void);
    customAction: ((recvCustomAction) => void);
    enumerateInputEventParams: ((recvEnumerateInputEventParams) => void);
    error: ((error) => void);
    event: ((recvEvent) => void);
    eventAddRemove: ((recvEvent) => void);
    eventEx1: ((recvEvent) => void);
    eventFilename: ((recvEventFilename) => void);
    eventFrame: ((recvEventFrame) => void);
    eventMultiplayerClientStarted: (() => void);
    eventMultiplayerServerStarted: (() => void);
    eventMultiplayerSessionEnded: (() => void);
    eventRaceEnd: ((recvEventRaceEnd) => void);
    eventRaceLap: ((recvEventRaceLap) => void);
    eventWeatherMode: ((recvWeatherMode) => void);
    exception: ((recvException) => void);
    facilityData: ((recvFacilityData) => void);
    facilityDataEnd: ((recvFacilityDataEnd) => void);
    facilityMinimalList: ((recvFacilityMinimalList) => void);
    getInputEvent: ((recvGetInputEvent) => void);
    inputEventsList: ((recvEnumerateInputEvents) => void);
    jetwayData: ((recvJetwayData) => void);
    ndbList: ((recvNDBList) => void);
    open: ((recvOpen) => void);
    quit: (() => void);
    reservedKey: ((recvReservedKey) => void);
    simObjectData: ((recvSimObjectData) => void);
    simObjectDataByType: ((recvSimObjectData) => void);
    subscribeInputEvent: ((recvSubscribeInputEvent) => void);
    systemState: ((recvSystemState) => void);
    vorList: ((recvVORList) => void);
    waypointList: ((recvWaypointList) => void);
    weatherObservation: ((recvWeatherObservation) => void);
}

Properties

actionCallback: ((recvActionCallback) => void)

Type declaration

airportList: ((recvAirportList) => void)

Type declaration

    • (recvAirportList): void
    • Parameters

      Returns void

assignedObjectID: ((recvAssignedObjectID) => void)

Type declaration

clientData: ((recvSimObjectData) => void)

Type declaration

close: (() => void)

Type declaration

    • (): void
    • Returns void

cloudState: ((recvCloudState) => void)

Type declaration

    • (recvCloudState): void
    • Parameters

      Returns void

controllersList: ((recvControllersList) => void)

Type declaration

customAction: ((recvCustomAction) => void)

Type declaration

    • (recvCustomAction): void
    • Parameters

      Returns void

enumerateInputEventParams: ((recvEnumerateInputEventParams) => void)

Type declaration

error: ((error) => void)

Type declaration

    • (error): void
    • Parameters

      • error: Error

      Returns void

event: ((recvEvent) => void)

Type declaration

    • (recvEvent): void
    • Parameters

      Returns void

eventAddRemove: ((recvEvent) => void)

Type declaration

eventEx1: ((recvEvent) => void)

Type declaration

    • (recvEvent): void
    • Parameters

      Returns void

eventFilename: ((recvEventFilename) => void)

Type declaration

eventFrame: ((recvEventFrame) => void)

Type declaration

    • (recvEventFrame): void
    • Parameters

      Returns void

eventMultiplayerClientStarted: (() => void)

Type declaration

    • (): void
    • Returns void

eventMultiplayerServerStarted: (() => void)

Type declaration

    • (): void
    • Returns void

eventMultiplayerSessionEnded: (() => void)

Type declaration

    • (): void
    • Returns void

eventRaceEnd: ((recvEventRaceEnd) => void)

Type declaration

    • (recvEventRaceEnd): void
    • Parameters

      Returns void

eventRaceLap: ((recvEventRaceLap) => void)

Type declaration

    • (recvEventRaceLap): void
    • Parameters

      Returns void

eventWeatherMode: ((recvWeatherMode) => void)

Type declaration

exception: ((recvException) => void)

Type declaration

    • (recvException): void
    • Parameters

      Returns void

facilityData: ((recvFacilityData) => void)

Type declaration

    • (recvFacilityData): void
    • Parameters

      Returns void

facilityDataEnd: ((recvFacilityDataEnd) => void)

Type declaration

facilityMinimalList: ((recvFacilityMinimalList) => void)

Type declaration

getInputEvent: ((recvGetInputEvent) => void)

Type declaration

inputEventsList: ((recvEnumerateInputEvents) => void)

Type declaration

jetwayData: ((recvJetwayData) => void)

Type declaration

    • (recvJetwayData): void
    • Parameters

      Returns void

ndbList: ((recvNDBList) => void)

Type declaration

    • (recvNDBList): void
    • Parameters

      Returns void

open: ((recvOpen) => void)

Type declaration

    • (recvOpen): void
    • Parameters

      Returns void

quit: (() => void)

Type declaration

    • (): void
    • Returns void

reservedKey: ((recvReservedKey) => void)

Type declaration

    • (recvReservedKey): void
    • Parameters

      Returns void

simObjectData: ((recvSimObjectData) => void)

Type declaration

simObjectDataByType: ((recvSimObjectData) => void)

Type declaration

subscribeInputEvent: ((recvSubscribeInputEvent) => void)

Type declaration

systemState: ((recvSystemState) => void)

Type declaration

    • (recvSystemState): void
    • Parameters

      Returns void

vorList: ((recvVORList) => void)

Type declaration

    • (recvVORList): void
    • Parameters

      Returns void

waypointList: ((recvWaypointList) => void)

Type declaration

    • (recvWaypointList): void
    • Parameters

      Returns void

weatherObservation: ((recvWeatherObservation) => void)

Type declaration

Generated using TypeDoc