This property reports the IP addresses of the eye tracker.
eyetrackertobii.name.ipAddress
Read/Write
string
This reports the ip address of the eye tracker.
The following displays the ip address in a text stimulus:
<text myText>
/ items= ("correct = <% computer.ipAddress[0] %>")
</text>
The following displays the ip address in an instruction page:
<page myPage>
correct = <% computer.ipAddress[0] %>
</page>