Base class for an InfoLink UDP connection. More...
Public Attributes | |
| const int | InfoLinkNetDefaultPort = 10321 |
| The defaulty UDP port to use. | |
Properties | |
| int | Port [get] |
| Gets the current port set for the connection. | |
| bool | Connected [get, set] |
| The current connected state of the connection. | |
Base class for an InfoLink UDP connection.
Definition at line 15 of file InfoLinkNetBase.cs.
| const int NewGamePhysics.Networking.InfoLinkNetBase.InfoLinkNetDefaultPort = 10321 |
The defaulty UDP port to use.
Definition at line 20 of file InfoLinkNetBase.cs.
bool NewGamePhysics.Networking.InfoLinkNetBase.Connected [get, set] |
The current connected state of the connection.
Definition at line 54 of file InfoLinkNetBase.cs.
int NewGamePhysics.Networking.InfoLinkNetBase.Port [get] |
Gets the current port set for the connection.
Definition at line 46 of file InfoLinkNetBase.cs.
1.6.2