FreeRDP
com.freerdp.freerdpcore.domain.BookmarkBase.AdvancedSettings Class Reference
Inheritance diagram for com.freerdp.freerdpcore.domain.BookmarkBase.AdvancedSettings:
Collaboration diagram for com.freerdp.freerdpcore.domain.BookmarkBase.AdvancedSettings:

Public Member Functions

 AdvancedSettings ()
 
 AdvancedSettings (Parcel parcel)
 
boolean getEnable3GSettings ()
 
void setEnable3GSettings (boolean enable3GSettings)
 
ScreenSettings getScreen3G ()
 
void setScreen3G (ScreenSettings screen3G)
 
PerformanceFlags getPerformance3G ()
 
void setPerformance3G (PerformanceFlags performance3G)
 
boolean getRedirectSDCard ()
 
void setRedirectSDCard (boolean redirectSDCard)
 
int getRedirectSound ()
 
void setRedirectSound (int redirect)
 
boolean getRedirectMicrophone ()
 
void setRedirectMicrophone (boolean redirect)
 
int getSecurity ()
 
void setSecurity (int security)
 
boolean getConsoleMode ()
 
void setConsoleMode (boolean consoleMode)
 
String getRemoteProgram ()
 
void setRemoteProgram (String remoteProgram)
 
String getWorkDir ()
 
void setWorkDir (String workDir)
 
int describeContents ()
 
void writeToParcel (Parcel out, int flags)
 

Static Public Attributes

static final Parcelable.Creator< AdvancedSettingsCREATOR
 

Constructor & Destructor Documentation

◆ AdvancedSettings() [1/2]

com.freerdp.freerdpcore.domain.BookmarkBase.AdvancedSettings.AdvancedSettings ( )
inline

◆ AdvancedSettings() [2/2]

com.freerdp.freerdpcore.domain.BookmarkBase.AdvancedSettings.AdvancedSettings ( Parcel  parcel)
inline

Member Function Documentation

◆ describeContents()

int com.freerdp.freerdpcore.domain.BookmarkBase.AdvancedSettings.describeContents ( )
inline

◆ getConsoleMode()

boolean com.freerdp.freerdpcore.domain.BookmarkBase.AdvancedSettings.getConsoleMode ( )
inline
Here is the caller graph for this function:

◆ getEnable3GSettings()

boolean com.freerdp.freerdpcore.domain.BookmarkBase.AdvancedSettings.getEnable3GSettings ( )
inline
Here is the caller graph for this function:

◆ getPerformance3G()

PerformanceFlags com.freerdp.freerdpcore.domain.BookmarkBase.AdvancedSettings.getPerformance3G ( )
inline
Here is the caller graph for this function:

◆ getRedirectMicrophone()

boolean com.freerdp.freerdpcore.domain.BookmarkBase.AdvancedSettings.getRedirectMicrophone ( )
inline
Here is the caller graph for this function:

◆ getRedirectSDCard()

boolean com.freerdp.freerdpcore.domain.BookmarkBase.AdvancedSettings.getRedirectSDCard ( )
inline
Here is the caller graph for this function:

◆ getRedirectSound()

int com.freerdp.freerdpcore.domain.BookmarkBase.AdvancedSettings.getRedirectSound ( )
inline
Here is the caller graph for this function:

◆ getRemoteProgram()

String com.freerdp.freerdpcore.domain.BookmarkBase.AdvancedSettings.getRemoteProgram ( )
inline
Here is the caller graph for this function:

◆ getScreen3G()

ScreenSettings com.freerdp.freerdpcore.domain.BookmarkBase.AdvancedSettings.getScreen3G ( )
inline
Here is the caller graph for this function:

◆ getSecurity()

int com.freerdp.freerdpcore.domain.BookmarkBase.AdvancedSettings.getSecurity ( )
inline
Here is the caller graph for this function:

◆ getWorkDir()

String com.freerdp.freerdpcore.domain.BookmarkBase.AdvancedSettings.getWorkDir ( )
inline
Here is the caller graph for this function:

◆ setConsoleMode()

void com.freerdp.freerdpcore.domain.BookmarkBase.AdvancedSettings.setConsoleMode ( boolean  consoleMode)
inline
Here is the caller graph for this function:

◆ setEnable3GSettings()

void com.freerdp.freerdpcore.domain.BookmarkBase.AdvancedSettings.setEnable3GSettings ( boolean  enable3GSettings)
inline
Here is the caller graph for this function:

◆ setPerformance3G()

void com.freerdp.freerdpcore.domain.BookmarkBase.AdvancedSettings.setPerformance3G ( PerformanceFlags  performance3G)
inline

◆ setRedirectMicrophone()

void com.freerdp.freerdpcore.domain.BookmarkBase.AdvancedSettings.setRedirectMicrophone ( boolean  redirect)
inline
Here is the caller graph for this function:

◆ setRedirectSDCard()

void com.freerdp.freerdpcore.domain.BookmarkBase.AdvancedSettings.setRedirectSDCard ( boolean  redirectSDCard)
inline
Here is the caller graph for this function:

◆ setRedirectSound()

void com.freerdp.freerdpcore.domain.BookmarkBase.AdvancedSettings.setRedirectSound ( int  redirect)
inline
Here is the caller graph for this function:

◆ setRemoteProgram()

void com.freerdp.freerdpcore.domain.BookmarkBase.AdvancedSettings.setRemoteProgram ( String  remoteProgram)
inline
Here is the caller graph for this function:

◆ setScreen3G()

void com.freerdp.freerdpcore.domain.BookmarkBase.AdvancedSettings.setScreen3G ( ScreenSettings  screen3G)
inline

◆ setSecurity()

void com.freerdp.freerdpcore.domain.BookmarkBase.AdvancedSettings.setSecurity ( int  security)
inline
Here is the caller graph for this function:

◆ setWorkDir()

void com.freerdp.freerdpcore.domain.BookmarkBase.AdvancedSettings.setWorkDir ( String  workDir)
inline
Here is the caller graph for this function:

◆ writeToParcel()

void com.freerdp.freerdpcore.domain.BookmarkBase.AdvancedSettings.writeToParcel ( Parcel  out,
int  flags 
)
inline

Field Documentation

◆ CREATOR

final Parcelable.Creator<AdvancedSettings> com.freerdp.freerdpcore.domain.BookmarkBase.AdvancedSettings.CREATOR
static
Initial value:
=
new Parcelable.Creator<AdvancedSettings>() {
public AdvancedSettings createFromParcel(Parcel in)
{
return new AdvancedSettings(in);
}
@Override public AdvancedSettings[] newArray(int size)
{
return new AdvancedSettings[size];
}
}

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