IConnectionStateListener OnConnectionStateChanged Method C# SDK for The Eye Tribe Tracker
A notification call back indicating that the connection state has changed. Use this to detect if connection the EyeTribe Server has been lost. Implementing classes should update themselves accordingly if needed. Register for updates through GazeManager.AddConnectionStateListener().

Namespace: TETCSharpClient
Assembly: TETCSharpClient (in TETCSharpClient.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void OnConnectionStateChanged(
	bool isConnected
)

Parameters

isConnected
Type: System Boolean
the current state of the connection
See Also