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

List of all members.

Public Member Functions

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

Static Public Attributes

static final String API_TYPE = "JSONRPC.Ping"
static final
Parcelable.Creator< Ping
CREATOR

Protected Member Functions

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

Detailed Description

Ping responder.

This class represents the API method JSONRPC.Ping

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

Definition at line 363 of file JSONRPC.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 375 of file JSONRPC.java.

Ping responder.

Definition at line 396 of file JSONRPC.java.


Member Function Documentation

Definition at line 406 of file JSONRPC.java.

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

Definition at line 401 of file JSONRPC.java.

Definition at line 411 of file JSONRPC.java.

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

Definition at line 367 of file JSONRPC.java.


Member Data Documentation

final String org.xbmc.android.jsonrpc.api.call.JSONRPC.Ping.API_TYPE = "JSONRPC.Ping" [static]

Definition at line 364 of file JSONRPC.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 382 of file JSONRPC.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