node-simconnect
    Preparing search index...

    Enumeration ClientDataPeriod

    Index

    Enumeration Members

    Enumeration Members

    NEVER: 0

    Specifies that the data is not to be sent.

    ON_SET: 3

    Specifies that the data should be sent whenever it is set.

    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.

    VISUAL_FRAME: 2

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