ITrackerStateListener OnTrackerStateChanged Method C# SDK for The Eye Tribe Tracker
A notification call back indicating that state of connected Tracker device has changed. Use this to detect if a tracker has been connected or disconnected. Implementing classes should update themselves accordingly if needed. Register for updates through GazeManager.AddTrackerStateListener().

Namespace: TETCSharpClient
Assembly: TETCSharpClient (in TETCSharpClient.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void OnTrackerStateChanged(
	GazeManager TrackerState trackerState
)

Parameters

trackerState
Type: TETCSharpClient GazeManager TrackerState
the current state of the physical Tracker device
See Also