Skip to content

UEyelinkInterface::UEyelinkInterface

Class: UEyelinkInterface

Overloads

Overload 1

UEyelinkInterface::UEyelinkInterface()

Default constructor.

Remarks

Creates an interface with default settings.

Overload 2

UEyelinkInterface::UEyelinkInterface(const FString eyelinkAddress)

Constructs the interface with a specific Eyelink host IP address.

Parameters

Parameter Type Description
eyelinkAddress const FString The IP address of the Eyelink host computer.

Remarks

eyelinkAddress The IP address of the Eyelink host computer.

Overload 3

UEyelinkInterface::UEyelinkInterface(EEyelinkInterfaceMode interfaceMode)

Constructs the interface with a specific operating mode.

Parameters

Parameter Type Description
interfaceMode EEyelinkInterfaceMode The mode in which the interface should operate.

Remarks

interfaceMode The mode in which the interface should operate.

Overload 4

UEyelinkInterface::UEyelinkInterface(const FString eyelinkAddress, EEyelinkInterfaceMode interfaceMode)

Constructs the interface with both a host IP address and an operating mode.

Parameters

Parameter Type Description
eyelinkAddress const FString The IP address of the Eyelink host computer.
interfaceMode EEyelinkInterfaceMode The mode in which the interface should operate.

Remarks

eyelinkAddress The IP address of the Eyelink host computer. interfaceMode The mode in which the interface should operate.