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

List of all members.

Public Member Functions

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

Static Public Attributes

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

Protected Member Functions

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

Detailed Description

Shuts the system running XBMC down.

This class represents the API method System.Shutdown

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

Definition at line 280 of file System.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 292 of file System.java.

Shuts the system running XBMC down.

Definition at line 313 of file System.java.


Member Function Documentation

Definition at line 323 of file System.java.

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

Definition at line 318 of file System.java.

Definition at line 328 of file System.java.

Definition at line 284 of file System.java.


Member Data Documentation

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

Definition at line 281 of file System.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 299 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