|
FAST SDK Coding Reference 1.0.5
|
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. | |
A data structure to store FAST.UdpConnection and FAST.UdpConnectionLoader settings.
| 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.