Enumeration SimConnectPeriod

Enumeration Members

Enumeration Members

NEVER: 0

Specifies that the data is not to be sent.

ONCE: 1

Specifies that the data should be sent once only. Note that this is not an efficient way of receiving data frequently, use one of the other periods if there is a regular frequency to the data request.

SECOND: 4

Specifies that the data should be sent once every second.

SIM_FRAME: 3

Specifies that the data should be sent every simulated frame, whether that frame is rendered or not.

VISUAL_FRAME: 2

Specifies that the data should be sent every visual (rendered) frame.

Generated using TypeDoc