Enumeration ClientDataPeriod

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.

ON_SET: 3

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

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.

Generated using TypeDoc