GazeManager Activate Method (GazeManager ApiVersion, GazeManager ClientMode)C# SDK for The Eye Tribe Tracker
Activates TET C# Client and all underlying routines using default values. Should be called _only_ once when an application starts up. Calling thread will be locked during initialization.

Namespace: TETCSharpClient
Assembly: TETCSharpClient (in TETCSharpClient.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Activate(
	GazeManager ApiVersion apiVersion,
	GazeManager ClientMode mode
)

Parameters

apiVersion
Type: TETCSharpClient GazeManager ApiVersion
Version number of the Tracker API that this client will be compliant to
mode
Type: TETCSharpClient GazeManager ClientMode
Mode though which the client will receive GazeData. Either ClientMode.Push or ClientMode.Pull

Return Value

Type: Boolean
True if succesfully activated, false otherwise
See Also