Holds the communication parameter to configure the connection between senders and receiver More...
Functions | |
| void | SetIP (string Ip) |
| Set the IP address of the sender More... | |
| void | SetPort (uint port) |
| Set the port of the sender² More... | |
Attributes | |
| COMM_TYPE | communicationType |
| Type of communication More... | |
| uint | ipPort |
| The comm port used for streaming the data More... | |
| char[] | ipAdd |
| The IP address of the sender More... | |
Holds the communication parameter to configure the connection between senders and receiver
|
inline |
Set the IP address of the sender
| Ip |
|
inline |
Set the port of the sender²
| port |
| COMM_TYPE communicationType |
Type of communication
| uint ipPort |
The comm port used for streaming the data
Referenced by CommunicationParameters.SetPort().
| char [] ipAdd |
The IP address of the sender
Referenced by CommunicationParameters.SetIP().