C# Client 0.0.0.7
C# Library to interface with Corelink
|
The Config class is filled once at the beginning of the unity session and contains important server information. More...
Public Member Functions | |
Config (string DataIP) | |
Config (string DataIP, int ControlPort) | |
Public Attributes | |
string | dataIP |
string | controlDomain |
int | controlPort |
The Config class is filled once at the beginning of the unity session and contains important server information.
ControlIP | The server IP address to connect to. This is corelink.hpc.nyu.edu when running on the server or 127.0.0.1 if running Corelink locally. |
ControlPort | Port on the server to authenticate and submit function requests. For WebSockets, this is 20012 |
Definition at line 23 of file UtilityStructs.cs.
CoreLink.Config.Config | ( | string | DataIP | ) |
Definition at line 28 of file UtilityStructs.cs.
CoreLink.Config.Config | ( | string | DataIP, |
int | ControlPort ) |
Definition at line 36 of file UtilityStructs.cs.
string CoreLink.Config.controlDomain |
Definition at line 26 of file UtilityStructs.cs.
int CoreLink.Config.controlPort |
Definition at line 27 of file UtilityStructs.cs.
string CoreLink.Config.dataIP |
Definition at line 25 of file UtilityStructs.cs.