up Inquisit Language Reference

hostName attribute

The hostname attribute specifies the host name or ip address to use to connect to the eye tracker.

Member of

<eyeTrackerTobii>

Syntax

/ hostName = hostname

Parameters

Name Type Description
hostname string A string containing the host name or ip address of the eye tracker.

Remarks

Examples

The following specifies the Tobii Plugin should use a custom ip address to connect to the eye tracker:

<eyetracker>
/ plugin = "tobii"
/ hostname = "100.1.1.2"
</eyetracker>

Copyright Millisecond Software, LLC. All rights reserved.