FAST SDK Coding Reference 1.0.3
Loading...
Searching...
No Matches
UdpConnectionSettings Class Reference

A data structure to store FAST.UdpConnection and FAST.UdpConnectionLoader settings. More...

Public Attributes

string id = ""
 Settings, Code
A unique name to identify this FAST.UdpConnection.
 
int localReceivePort = 0
 Settings, Code
The local port to recieve data from for this FAST.UdpConnection.
 
int localSendPort = 0
 Settings, Code
The local port to send data from for this FAST.UdpConnection.
 
string prefixErrorMessage = ""
 Settings, Code
A message that will be added before the FAST.LoadingProgress error message at runtime.
 
string remoteIpAddress = "0.0.0.0"
 Settings, Code
The remote IP address to communicate with for this FAST.UdpConnection.
 
int remotePort = 0
 Settings, Code
The remote port to send data to for this FAST.UdpConnection.
 
string replacementErrorMessage = ""
 Settings, Code
A message that will replace the FAST.LoadingProgress error message at runtime.
 
string suffixErrorMessage = ""
 Settings, Code
A message that will be added after the FAST.LoadingProgress error message at runtime.
 

Detailed Description

A data structure to store FAST.UdpConnection and FAST.UdpConnectionLoader settings.

Member Data Documentation

◆ id

string id = ""

Settings, Code
A unique name to identify this FAST.UdpConnection.

◆ localReceivePort

int localReceivePort = 0

Settings, Code
The local port to recieve data from for this FAST.UdpConnection.

◆ localSendPort

int localSendPort = 0

Settings, Code
The local port to send data from for this FAST.UdpConnection.

◆ prefixErrorMessage

string prefixErrorMessage = ""

Settings, Code
A message that will be added before the FAST.LoadingProgress error message at runtime.

◆ remoteIpAddress

string remoteIpAddress = "0.0.0.0"

Settings, Code
The remote IP address to communicate with for this FAST.UdpConnection.

◆ remotePort

int remotePort = 0

Settings, Code
The remote port to send data to for this FAST.UdpConnection.

◆ replacementErrorMessage

string replacementErrorMessage = ""

Settings, Code
A message that will replace the FAST.LoadingProgress error message at runtime.

◆ suffixErrorMessage

string suffixErrorMessage = ""

Settings, Code
A message that will be added after the FAST.LoadingProgress error message at runtime.


The documentation for this class was generated from the following file: