CommunicationParameters Struct Reference

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...
 

Detailed Description

Holds the communication parameter to configure the connection between senders and receiver

Functions

◆ SetIP()

void SetIP ( string  Ip)
inline

Set the IP address of the sender

Parameters
Ip

◆ SetPort()

void SetPort ( uint  port)
inline

Set the port of the sender²

Parameters
port

Variables

◆ communicationType

COMM_TYPE communicationType

Type of communication

◆ ipPort

uint ipPort

The comm port used for streaming the data

Referenced by CommunicationParameters.SetPort().

◆ ipAdd

char [] ipAdd

The IP address of the sender

Referenced by CommunicationParameters.SetIP().