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

Public Member Functions

 DebugSettings (Parcel parcel)
 
String getDebugLevel ()
 
void setDebugLevel (String debug)
 
boolean getAsyncUpdate ()
 
void setAsyncUpdate (boolean enabled)
 
boolean getAsyncChannel ()
 
void setAsyncChannel (boolean enabled)
 
int describeContents ()
 
void writeToParcel (Parcel out, int flags)
 

Static Public Attributes

static final Parcelable.Creator< DebugSettingsCREATOR
 

Detailed Description

Definition at line 739 of file BookmarkBase.java.

Field Documentation

◆ CREATOR

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

Definition at line 742 of file BookmarkBase.java.


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