GazeManager HasConnectionStateListener Method C# SDK for The Eye Tribe Tracker
Checkes if a given instance of IConnectionStateListener is currently attached.

Namespace: TETCSharpClient
Assembly: TETCSharpClient (in TETCSharpClient.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool HasConnectionStateListener(
	IConnectionStateListener listener
)

Parameters

listener
Type: TETCSharpClient IConnectionStateListener

[Missing <param name="listener"/> documentation for "M:TETCSharpClient.GazeManager.HasConnectionStateListener(TETCSharpClient.IConnectionStateListener)"]

Return Value

Type: Boolean
True if already attached, false otherwise
See Also