Public Member Functions | Static Public Attributes | Protected Member Functions
org.xbmc.android.jsonrpc.api.call.System.Reboot Class Reference
Inheritance diagram for org.xbmc.android.jsonrpc.api.call.System.Reboot:
Inheritance graph
[legend]

List of all members.

Public Member Functions

String getName ()
 Reboot ()
void writeToParcel (Parcel parcel, int flags)

Static Public Attributes

static final String API_TYPE = "System.Reboot"
static final
Parcelable.Creator< Reboot
CREATOR

Protected Member Functions

String parseOne (JsonNode node)
 Reboot (Parcel parcel)
boolean returnsList ()

Detailed Description

Reboots the system running XBMC.

This class represents the API method System.Reboot

This class was generated automatically from XBMC's JSON-RPC introspect.

Definition at line 220 of file System.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 232 of file System.java.

Reboots the system running XBMC.

Definition at line 253 of file System.java.


Member Function Documentation

Definition at line 263 of file System.java.

String org.xbmc.android.jsonrpc.api.call.System.Reboot.parseOne ( JsonNode  node) [inline, protected]

Definition at line 258 of file System.java.

Definition at line 268 of file System.java.

void org.xbmc.android.jsonrpc.api.call.System.Reboot.writeToParcel ( Parcel  parcel,
int  flags 
) [inline]

Definition at line 224 of file System.java.


Member Data Documentation

final String org.xbmc.android.jsonrpc.api.call.System.Reboot.API_TYPE = "System.Reboot" [static]

Definition at line 221 of file System.java.

Initial value:
 new Parcelable.Creator<Reboot>() {
                        @Override
                        public Reboot createFromParcel(Parcel parcel) {
                                return new Reboot(parcel);
                        }
                        @Override
                        public Reboot[] newArray(int n) {
                                return new Reboot[n];
                        }
                }

Generates instances of this Parcelable class from a Parcel.

Definition at line 239 of file System.java.


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


smarthome_media_kodi_driver
Author(s): Mickael Gaillard , Erwan Le Huitouze
autogenerated on Thu Jun 6 2019 21:03:50