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

List of all members.

Public Member Functions

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

Static Public Attributes

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

Protected Member Functions

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

Detailed Description

Ejects or closes the optical disc drive (if available).

This class represents the API method System.EjectOpticalDrive

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

Definition at line 38 of file System.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 50 of file System.java.

Ejects or closes the optical disc drive (if available).

Definition at line 71 of file System.java.


Member Function Documentation

Definition at line 81 of file System.java.

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

Definition at line 76 of file System.java.

Definition at line 86 of file System.java.

Definition at line 42 of file System.java.


Member Data Documentation

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

Definition at line 39 of file System.java.

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

Generates instances of this Parcelable class from a Parcel.

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