Avionics
Dropship Simulator
Devices::RakNetConfig Struct Reference

#include <RakNet.h>

Collaboration diagram for Devices::RakNetConfig:
[legend]

Public Attributes

bool enabled
 
int clientPort
 
int maxPeer
 
bool sendEmails
 
std::string smtpServer
 
int smtpServerPort
 
std::string senderName
 
std::string senderEmail
 
std::string password
 
std::string recipientName
 
std::string recipientEmail
 
bool useSsl
 
std::string hostAddress
 

Detailed Description

Definition at line 11 of file RakNet.h.

Member Data Documentation

◆ clientPort

int Devices::RakNetConfig::clientPort

Definition at line 15 of file RakNet.h.

◆ enabled

bool Devices::RakNetConfig::enabled

Definition at line 13 of file RakNet.h.

◆ hostAddress

std::string Devices::RakNetConfig::hostAddress

Definition at line 27 of file RakNet.h.

◆ maxPeer

int Devices::RakNetConfig::maxPeer

Definition at line 16 of file RakNet.h.

◆ password

std::string Devices::RakNetConfig::password

Definition at line 23 of file RakNet.h.

◆ recipientEmail

std::string Devices::RakNetConfig::recipientEmail

Definition at line 25 of file RakNet.h.

◆ recipientName

std::string Devices::RakNetConfig::recipientName

Definition at line 24 of file RakNet.h.

◆ sendEmails

bool Devices::RakNetConfig::sendEmails

Definition at line 18 of file RakNet.h.

◆ senderEmail

std::string Devices::RakNetConfig::senderEmail

Definition at line 22 of file RakNet.h.

◆ senderName

std::string Devices::RakNetConfig::senderName

Definition at line 21 of file RakNet.h.

◆ smtpServer

std::string Devices::RakNetConfig::smtpServer

Definition at line 19 of file RakNet.h.

◆ smtpServerPort

int Devices::RakNetConfig::smtpServerPort

Definition at line 20 of file RakNet.h.

◆ useSsl

bool Devices::RakNetConfig::useSsl

Definition at line 26 of file RakNet.h.


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