Home › Forums › Legacy SDKs › GetDeviceInfoAsync › Reply To: GetDeviceInfoAsync
04/09/2014 at 10:20 #1588
Alejandro Clemotte
Participant
I answer my self:
You call with:
_eyeTracker.GetDeviceInfoAsync(OnDeviceInfoCompleted);
And the callback function is:
private void OnDeviceInfoCompleted(DeviceInfo deviceInfo, Tobii.Gaze.Core.ErrorCode errorCode)
{
DeviceInfo EyeTrackerInfo = deviceInfo;
}