Tobii Pro SDK .NET API
Tobii.Research.GazeDataEventArgs Class Reference

Provides data for the GazeDataReceived event. More...

Inheritance diagram for Tobii.Research.GazeDataEventArgs:

Properties

EyeData LeftEye [get]
 Gets the gaze data for the left eye. More...
 
EyeData RightEye [get]
 Gets the gaze data for the right eye. More...
 
long DeviceTimeStamp [get]
 Gets the time stamp in microseconds according to the eye tracker's internal clock. More...
 
long SystemTimeStamp [get]
 Gets the time stamp in microseconds according to the computer's internal clock. More...
 

Detailed Description

Provides data for the GazeDataReceived event.

Property Documentation

long Tobii.Research.GazeDataEventArgs.DeviceTimeStamp
get

Gets the time stamp in microseconds according to the eye tracker's internal clock.

EyeData Tobii.Research.GazeDataEventArgs.LeftEye
get

Gets the gaze data for the left eye.

EyeData Tobii.Research.GazeDataEventArgs.RightEye
get

Gets the gaze data for the right eye.

long Tobii.Research.GazeDataEventArgs.SystemTimeStamp
get

Gets the time stamp in microseconds according to the computer's internal clock.